MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:1122–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData)
1121 */
1122declare class FormData {
1123 constructor();
1124 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/append) */
1125 append(name: string, value: string): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected