| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected