summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2021-03-10 08:59:52 -0800
committerJames M Snell <jasnell@gmail.com>2021-03-15 08:20:25 -0700
commit263bf4e2e7679ecd1324a88d4bd131afa63075b5 (patch)
treecb52c5c09b10b7428f3f42938c64dcc3fe95b222 /.eslintrc.js
parent8e8dea36cc98050371bdc2a3c462399b78a6c0f2 (diff)
downloadnode-new-263bf4e2e7679ecd1324a88d4bd131afa63075b5.tar.gz
lib: implement AbortSignal.abort()
Refs: https://github.com/whatwg/dom/pull/960 PR-URL: https://github.com/nodejs/node/pull/37693 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@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 291436cdc4..7574e1b4b6 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -315,6 +315,7 @@ module.exports = {
},
globals: {
AbortController: 'readable',
+ AbortSignal: 'readable',
Atomics: 'readable',
BigInt: 'readable',
BigInt64Array: 'readable',