(element: Element)
| 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 | * |
nothing calls this directly
no outgoing calls
no test coverage detected