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

Method formData

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

Takes a `Response` stream and reads it to completion. It returns a promise * that resolves with a `FormData` object.

()

Source from the content-addressed store, hash-verified

9459 * that resolves with a `FormData` object.
9460 */
9461 formData(): Promise<FormData>;
9462 /** Takes a `Response` stream and reads it to completion. It returns a promise
9463 * that resolves with the result of parsing the body text as JSON.
9464 */

Callers 8

storeFormDataKeysFunction · 0.80
server-action.tsxFile · 0.80
actionFunction · 0.80
actionFunction · 0.80
actionFunction · 0.80
actionFunction · 0.80
actionFunction · 0.80
+page.server.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected