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

Method element

worker-configuration.d.ts:1524–1524  ·  view source on GitHub ↗
(element: Element)

Source from the content-addressed store, hash-verified

1522 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set)
1523 */
1524 set(name: string, value: string | Blob): void;
1525 /**
1526 * 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.
1527 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected