Skip to content

Commit

Permalink
Add AbortController to node (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Mar 18, 2021
1 parent 0383746 commit ebab663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.json
Expand Up @@ -1144,6 +1144,7 @@
"node": {
"__dirname": false,
"__filename": false,
"AbortController": false,
"Buffer": false,
"clearImmediate": false,
"clearInterval": false,
Expand All @@ -1165,6 +1166,7 @@
"URLSearchParams": false
},
"nodeBuiltin": {
"AbortController": false,
"Buffer": false,
"clearImmediate": false,
"clearInterval": false,
Expand Down

0 comments on commit ebab663

Please sign in to comment.