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

url.URL should be marked as supported from Node.js v6 #192

Closed
moeriki opened this issue Oct 31, 2019 · 2 comments
Closed

url.URL should be marked as supported from Node.js v6 #192

moeriki opened this issue Oct 31, 2019 · 2 comments

Comments

@moeriki
Copy link

moeriki commented Oct 31, 2019

url.URL is marked as supported from Node.js v7.

        url: {
            URL: { [READ]: { supported: "7.0.0" } },
       }

But in the Node.js docs of v6 I do find this.

https://nodejs.org/docs/latest-v6.x/api/url.html#url_class_url

I think this needs updating.

@moeriki moeriki changed the title URL marked as support url.URL should be marked as supported from Node.js v6 Oct 31, 2019
@moeriki
Copy link
Author

moeriki commented Oct 31, 2019

@mysticatea
Copy link
Owner

Thank you for your report.

Looks like I had overlooked the backport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants