Skip to content

Commit

Permalink
Update fetch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Jul 31, 2020
1 parent 30f2aeb commit 19a2ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fetch.js
@@ -1,5 +1,4 @@
var global = (typeof self !== 'undefined' && self) ||
(typeof global !== 'undefined' && global)
var global = (typeof self !== 'undefined' && self) || (typeof global !== 'undefined' && global)

var support = {
searchParams: 'URLSearchParams' in global,
Expand Down

0 comments on commit 19a2ff0

Please sign in to comment.