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:
authorEthan Arrowood <ethan@arrowood.dev>2021-08-13 20:31:04 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-28 18:55:01 +0300
commitd0a898681f8d5a5fcd53fa2ab8e0a3da807791be (patch)
tree9f5023c6c597e1a7904f12b57df507c1323828a0 /.eslintrc.js
parent21cf618c22d666a31f2182b7171571aafe58fa7a (diff)
lib: add structuredClone() global
PR-URL: https://github.com/nodejs/node/pull/39759 Fixes: https://github.com/nodejs/node/issues/39713 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Filip Skokan <panva.ip@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 be332590ba7..a8ab92feb03 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -362,5 +362,6 @@ module.exports = {
btoa: 'readable',
atob: 'readable',
performance: 'readable',
+ structuredClone: 'readable',
},
};