Skip to content

Commit

Permalink
[[FIX]] Add other Fetch spec globals
Browse files Browse the repository at this point in the history
Request, Response, Headers

See https://fetch.spec.whatwg.org/

Fixes #2582
  • Loading branch information
lukeapage authored and jugglinmike committed Sep 9, 2017
1 parent 506c7d5 commit 07bb596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ exports.browser = {
focus : false,
frames : false,
getComputedStyle : false,
Headers : false,
HTMLElement : false,
HTMLAnchorElement : false,
HTMLBaseElement : false,
Expand Down Expand Up @@ -197,8 +198,10 @@ exports.browser = {
Range : false,
requestAnimationFrame : false,
removeEventListener : false,
Request : false,
resizeBy : false,
resizeTo : false,
Response : false,
screen : false,
scroll : false,
scrollBy : false,
Expand Down

0 comments on commit 07bb596

Please sign in to comment.