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

Method append

packages/deno/lib.deno.d.ts:9424–9424  ·  view source on GitHub ↗
(name: string, value: string | Blob, fileName?: string)

Source from the content-addressed store, hash-verified

9422 */
9423interface FormData extends DomIterable<string, FormDataEntryValue> {
9424 append(name: string, value: string | Blob, fileName?: string): void;
9425 delete(name: string): void;
9426 get(name: string): FormDataEntryValue | null;
9427 getAll(name: string): FormDataEntryValue[];

Callers 1

uploadBundlesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected