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
URL.canParse()
1.33.0
URL.canParse() // => TypeError: at least 1 argument required, but 0 present.
URL.canParse() // => false
See the signature https://url.spec.whatwg.org/#url-class
Similar to nodejs/node#47505
The text was updated successfully, but these errors were encountered:
Sorry I missed it, I'll fix it.
Sorry, something went wrong.
TypeError
fix(ext/url): throw TypeError for empty argument (#18896)
74bb09a
Fixes #18893
084e7c9
Successfully merging a pull request may close this issue.
Version
1.33.0
What is the expected behavior? Why is that the expected behavior?
What do you see instead?
Additional information
See the signature https://url.spec.whatwg.org/#url-class
Similar to nodejs/node#47505
The text was updated successfully, but these errors were encountered: