MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:1154–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1152 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData)
1153 */
1154declare class FormData {
1155 constructor();
1156 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/append) */
1157 append(name: string, value: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected