BlobApiResponse Class — typescript-sdk Architecture
Architecture documentation for the BlobApiResponse class in runtime.ts from the typescript-sdk codebase.
Entity Profile
Relationship Graph
Source Code
src/runtime.ts lines 412–418
export class BlobApiResponse {
constructor(public raw: Response) {}
async value(): Promise<Blob> {
return await this.raw.blob();
};
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free