| 13 | * Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using fetch(). |
| 14 | */ |
| 15 | export declare class FormData { |
| 16 | /** |
| 17 | * Appends a new value onto an existing key inside a FormData object, |
| 18 | * or adds the key if it does not already exist. |
nothing calls this directly
no outgoing calls
no test coverage detected