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:
authorXadillaX <i@2333.moe>2021-06-28 11:29:54 +0300
committerJames M Snell <jasnell@gmail.com>2021-08-06 22:45:14 +0300
commite4b1fb5e6422c1ff151234bb9de792d45dd88d87 (patch)
tree141c391ffef9ea45a190ab8c68466dfc124a7217 /.eslintrc.js
parent0a7f850123f1b85010e0e91ce6ea1af69a20a010 (diff)
lib: expose `DOMException` as global
Refs: https://github.com/nodejs/node/issues/39098 PR-URL: https://github.com/nodejs/node/pull/39176 Fixes: https://github.com/nodejs/node/issues/39098 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@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 f5100fd3cc9..be332590ba7 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -349,6 +349,7 @@ module.exports = {
BigInt: 'readable',
BigInt64Array: 'readable',
BigUint64Array: 'readable',
+ DOMException: 'readable',
Event: 'readable',
EventTarget: 'readable',
MessageChannel: 'readable',