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.URL
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.
The text was updated successfully, but these errors were encountered:
If I'm reading the changelog correctly it was added in 6.13.
6.13
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#2018-02-13-version-6130-boron-lts-mylesborins
Sorry, something went wrong.
Thank you for your report.
Looks like I had overlooked the backport.
972f828
ci: Migrate to manifest config (mysticatea#192)
c8a87f3
No branches or pull requests
url.URL
is marked as supported from Node.js v7.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.
The text was updated successfully, but these errors were encountered: