MCPcopy Create free account
hub / github.com/cloudflare/mcp / comments

Method comments

worker-configuration.d.ts:1530–1530  ·  view source on GitHub ↗
(comment: Comment)

Source from the content-addressed store, hash-verified

1528 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set)
1529 */
1530 set(name: string, value: string): void;
1531 /**
1532 * The **`set()`** method of the FormData interface sets a new value for an existing key inside a `FormData` object, or adds the key/value if it does not already exist.
1533 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected