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

WHATWG URL support #74

Open
stevenvachon opened this issue Mar 10, 2017 · 4 comments
Open

WHATWG URL support #74

stevenvachon opened this issue Mar 10, 2017 · 4 comments

Comments

@stevenvachon
Copy link

was been added to http/https in Node 7.5.0

I'm working on these to help: hasurl, isurl, isomorphic-url

@jhiesey
Copy link
Owner

jhiesey commented Apr 4, 2017

Hm, the node http documentation doesn't mention WHATWG URL yet, and the node 7.8.0 url module documentation says this is a stability 1 (experimental) API.

Is anyone actually using this? It would be nice to support eventually, but it seems a little early. Given it isn't documented, what exactly needs to change in http?

@stevenvachon
Copy link
Author

stevenvachon commented Apr 12, 2017

Node 8.x will have a higher stability level. People will be using it very soon.

const url = new URL('http://domain');

http.get(url, function(response) {
   // not supported in stream-http
});
``

@jhiesey
Copy link
Owner

jhiesey commented Jan 15, 2018

I will work on this soon.

@jhiesey
Copy link
Owner

jhiesey commented Jan 15, 2018

OK, looks like this is blocked until the url module supports WHATWG URL: defunctzombie/node-url#33

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

No branches or pull requests

2 participants