Skip to content

Commit

Permalink
Merge pull request #83 from dgraham/patch-1
Browse files Browse the repository at this point in the history
Add URLSearchParams browser global
  • Loading branch information
sindresorhus committed Mar 24, 2016
2 parents 1e9ebc3 + f018f05 commit 98076a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@
"TreeWalker": false,
"UIEvent": false,
"URL": false,
"URLSearchParams": false,
"ValidityState": false,
"VTTCue": false,
"WaveShaperNode": false,
Expand Down Expand Up @@ -815,6 +816,7 @@
"TextDecoder": false,
"TextEncoder": false,
"URL": false,
"URLSearchParams": false,
"WebSocket": false,
"Worker": false,
"XMLHttpRequest": false
Expand Down

0 comments on commit 98076a4

Please sign in to comment.