We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per zloirock/core-js#656, zloirock/core-js@8699b9a and https://bugs.webkit.org/show_bug.cgi?id=216841 in Safari 13 new URL('http://x', undefined) throws an error, but in Nodejs 14.9, Firefox 80 and Chromium 85 it does not.
new URL('http://x', undefined)
Please reflect this at https://caniuse.com/url .
The text was updated successfully, but these errors were encountered:
Thanks, has been added.
Sorry, something went wrong.
No branches or pull requests
Per zloirock/core-js#656, zloirock/core-js@8699b9a and https://bugs.webkit.org/show_bug.cgi?id=216841 in Safari 13
new URL('http://x', undefined)
throws an error, but in Nodejs 14.9, Firefox 80 and Chromium 85 it does not.Please reflect this at https://caniuse.com/url .
The text was updated successfully, but these errors were encountered: