MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / getReader

Method getReader

packages/deno/lib.deno.d.ts:8595–8595  ·  view source on GitHub ↗
(options: { mode: "byob" })

Source from the content-addressed store, hash-verified

8593 readonly locked: boolean;
8594 cancel(reason?: any): Promise<void>;
8595 getReader(options: { mode: "byob" }): ReadableStreamBYOBReader;
8596 getReader(): ReadableStreamDefaultReader<R>;
8597 getReader(options?: ReadableStreamGetReaderOptions): ReadableStreamReader<R>;
8598 pipeThrough<T>(

Callers 9

resolveResponseFunction · 0.80
injectTraceMetaTagsFunction · 0.80
streaming.test.tsFile · 0.80
monitorStreamFunction · 0.80
request.test.tsFile · 0.80
fetchSSEFunction · 0.80
fetchSSEFunction · 0.80
fetchSSEFunction · 0.80
fetchSSEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected