MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / arrayBuffer

Method arrayBuffer

packages/deno/lib.deno.d.ts:8324–8324  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8322 readonly size: number;
8323 readonly type: string;
8324 arrayBuffer(): Promise<ArrayBuffer>;
8325 bytes(): Promise<Uint8Array<ArrayBuffer>>;
8326 slice(start?: number, end?: number, contentType?: string): Blob;
8327 stream(): ReadableStream<Uint8Array<ArrayBuffer>>;

Callers 5

handleTunnelRequestFunction · 0.65
integration.tsFile · 0.65
POSTFunction · 0.65
attachmentFunction · 0.65
POSTFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected