Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2022-02-18 18:46:32 +0300
committerGitHub <noreply@github.com>2022-02-18 18:46:32 +0300
commit68c4b8d56d653a77747648b933618ade63bf2007 (patch)
tree1d08fdc3d807b1b79cfa8aba85641abb0fc2bdd9 /.eslintrc.js
parentffe7dd1ad16ca8adbb0af8170ad69ca11da9912d (diff)
lib: add FormData global when fetch is enabled
PR-URL: https://github.com/nodejs/node/pull/41956 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 83b855bbb5b..720a2786aa9 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',