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:
authorJames M Snell <jasnell@gmail.com>2021-03-10 19:59:52 +0300
committerJames M Snell <jasnell@gmail.com>2021-03-15 18:20:25 +0300
commit263bf4e2e7679ecd1324a88d4bd131afa63075b5 (patch)
treecb52c5c09b10b7428f3f42938c64dcc3fe95b222 /.eslintrc.js
parent8e8dea36cc98050371bdc2a3c462399b78a6c0f2 (diff)
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 291436cdc4f..7574e1b4b6c 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -315,6 +315,7 @@ module.exports = {
},
globals: {
AbortController: 'readable',
+ AbortSignal: 'readable',
Atomics: 'readable',
BigInt: 'readable',
BigInt64Array: 'readable',