Skip to content

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

@sirreal

Description

@sirreal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    data:apiCompat data for Web APIs. https://developer.mozilla.org/docs/Web/API

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions