Add URLSearchParams to list of globals

pull/6938/head
Josh Duff 5 years ago committed by GitHub
parent 909ba1778a
commit 8450cddb37
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