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

Method json

packages/deno/lib.deno.d.ts:9465–9465  ·  view source on GitHub ↗

Takes a `Response` stream and reads it to completion. It returns a promise * that resolves with the result of parsing the body text as JSON.

()

Source from the content-addressed store, hash-verified

9463 * that resolves with the result of parsing the body text as JSON.
9464 */
9465 json(): Promise<any>;
9466 /** Takes a `Response` stream and reads it to completion. It returns a promise
9467 * that resolves with a `USVString` (text).
9468 */

Callers 15

resolveStackFrameFunction · 0.65
resolveStackFramesFunction · 0.65
middleware.test.tsFile · 0.65
bunserver.test.tsFile · 0.65
uploadBundlesFunction · 0.65
handlerFunction · 0.65
handlerFunction · 0.65
handlerFunction · 0.65
app.tsFile · 0.65

Calls

no outgoing calls

Tested by 3

doRequestFunction · 0.52
doRequestFunction · 0.52
doRequestFunction · 0.52