[fix] Add URLSearchParams to list of globals (#6938)

pull/7738/head
Josh Duff 5 years ago committed by GitHub
parent 4a8c716805
commit 96bdc68e0b

@ -60,6 +60,7 @@ export const globals = new Set([
'undefined',
'URIError',
'URL',
'URLSearchParams',
'window'
]);

Loading…
Cancel
Save