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

Method text

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

Source from the content-addressed store, hash-verified

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 *
1528 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData/set)
1529 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected