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

Class

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

Source from the content-addressed store, hash-verified

1515 *
1516 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/has)
1517 */
1518 has(name: string): boolean;
1519 /**
1520 * 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected