diff --git a/.eslintrc.js b/.eslintrc.js index ca0ab71907432f3..9a4b48a95bd6e8e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -336,6 +336,7 @@ module.exports = { performance: 'readable', structuredClone: 'readable', fetch: 'readable', + FormData: 'readable', Headers: 'readable', Request: 'readable', Response: 'readable', diff --git a/doc/api/globals.md b/doc/api/globals.md index 2e3b1782f807941..9291a6dfe1636f5 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`