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
Incorrect support data (example: Chrome says "86" but support was added in "40")
Node.js support for URL.canParse says 20.0.0 but it should be starting with 18.17.0
See 18.17.0 changelog
url: (SEMVER-MINOR) implement URL.canParse (Matthew Aitken) #47179
Node.js
>= 18.17.0
❯ node Welcome to Node.js v18.17.0. Type ".help" for more information. > URL.canParse('foo') false
No response
https://developer.mozilla.org/en-US/docs/Web/API/URL/canParse_static
api.URL.canParse_static
The text was updated successfully, but these errors were encountered:
Update NodeJS data for api.URL.canParse_static
6a37740
This PR updates and corrects version values for NodeJS for the `canParse_static` member of the `URL` API. The data comes from the Node.js docs: https://nodejs.org/api/url.html#urlcanparseinput-base Additional Notes: Fixes mdn#20411.
Update NodeJS data for api.URL.canParse_static (#21416)
7acbcf7
This PR updates and corrects version values for NodeJS for the `canParse_static` member of the `URL` API. The data comes from the Node.js docs: https://nodejs.org/api/url.html#urlcanparseinput-base Additional Notes: Fixes #20411.
Successfully merging a pull request may close this issue.
What type of issue is this?
Incorrect support data (example: Chrome says "86" but support was added in "40")
What information was incorrect, unhelpful, or incomplete?
Node.js support for URL.canParse says 20.0.0 but it should be starting with 18.17.0
See 18.17.0 changelog
What browsers does this problem apply to, if applicable?
Node.js
What did you expect to see?
>= 18.17.0
Did you test this? If so, how?
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
See 18.17.0 changelog
Do you have anything more you want to share?
No response
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/URL/canParse_static
MDN metadata
MDN page report details
api.URL.canParse_static
The text was updated successfully, but these errors were encountered: