Skip to content

Commit

Permalink
Add fetch global for Node.js (#189)
Browse files Browse the repository at this point in the history
Fixes #188
  • Loading branch information
fdiasr authored May 8, 2022
1 parent d6f472a commit 508d431
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@
"Event": false,
"EventTarget": false,
"exports": true,
"fetch": false,
"global": false,
"Intl": false,
"MessageChannel": false,
Expand Down Expand Up @@ -1201,6 +1202,7 @@
"DOMException": false,
"Event": false,
"EventTarget": false,
"fetch": false,
"global": false,
"Intl": false,
"MessageChannel": false,
Expand Down Expand Up @@ -1702,6 +1704,7 @@
"DOMException": false,
"Event": false,
"EventTarget": false,
"fetch": false,
"Intl": false,
"MessageChannel": false,
"MessageEvent": false,
Expand Down

0 comments on commit 508d431

Please sign in to comment.