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

pull/6950/head
Josh Duff 3 years ago committed by GitHub
parent eaa9ffa330
commit 0b2d700e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save