MCPcopy Create free account
hub / github.com/nodejs/undici /

Class

types/formdata.d.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using fetch().
14 */
15export declare class FormData {
16 /**
17 * Appends a new value onto an existing key inside a FormData object,
18 * or adds the key if it does not already exist.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected