diff --git a/.eslintrc.js b/.eslintrc.js index 83b855bbb5b159..720a2786aa9f62 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -319,6 +319,7 @@ module.exports = { Crypto: 'readable', CryptoKey: 'readable', fetch: 'readable', + FormData: 'readable', globalThis: 'readable', Response: 'readable', SubtleCrypto: 'readable', diff --git a/doc/api/globals.md b/doc/api/globals.md index f4ea4fb474724f..c848da6c57dcdc 100644 --- a/doc/api/globals.md +++ b/doc/api/globals.md @@ -389,6 +389,17 @@ added: v17.5.0 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`