diff --git a/.eslintrc.js b/.eslintrc.js index 82579a335d178b..ed78f927782f3f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -335,6 +335,7 @@ module.exports = { atob: 'readable', performance: 'readable', fetch: 'readable', + FormData: 'readable', Headers: 'readable', Request: 'readable', Response: 'readable', diff --git a/doc/api/globals.md b/doc/api/globals.md index 2e3b1782f80794..9291a6dfe1636f 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -306,6 +306,17 @@ added: REPLACEME A browser-compatible implementation of the [`fetch()`][] function. +## Class `FormData` + + + +> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][] +> CLI flag. + +A browser-compatible implementation of {FormData}. + ## `global`