Skip to content
New issue

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

api.URL.canParse_static - Node.js support >= 18.17 (not >=20) #20411

Closed
sirreal opened this issue Jul 25, 2023 · 0 comments · Fixed by #21416
Closed

api.URL.canParse_static - Node.js support >= 18.17 (not >=20) #20411

sirreal opened this issue Jul 25, 2023 · 0 comments · Fixed by #21416
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@sirreal
Copy link

sirreal commented Jul 25, 2023

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

url:
(SEMVER-MINOR) implement URL.canParse (Matthew Aitken) #47179

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?

❯ node
Welcome to Node.js v18.17.0.
Type ".help" for more information.
> URL.canParse('foo')
false

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
  • Query: api.URL.canParse_static
  • Report started: 2023-07-25T13:55:35.613Z
@sirreal sirreal changed the title api.URL.canParse_static - <SUMMARIZE THE PROBLEM> api.URL.canParse_static - Node.js support >= 18.17 (not >=20) Jul 25, 2023
@queengooborg queengooborg added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jul 26, 2023
queengooborg added a commit to queengooborg/browser-compat-data that referenced this issue Dec 2, 2023
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.
Elchi3 pushed a commit that referenced this issue Dec 13, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants