| 1374 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FormData) |
| 1375 | */ |
| 1376 | declare class FormData { |
| 1377 | constructor(); |
| 1378 | /** |
| 1379 | * The **`append()`** method of the FormData interface appends a new value onto an existing key inside a `FormData` object, or adds the key if it does not already exist. |
nothing calls this directly
no outgoing calls
no test coverage detected