MCPcopy Create free account
hub / github.com/TanStack/router /

Class

examples/react/start-basic-cloudflare/worker-configuration.d.ts:1390–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData)
1389 */
1390declare class FormData {
1391 constructor();
1392 /**
1393 * The **`append()`** method of the FormData interface appends a new value onto an existing key inside a `FormData` object, 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