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

Support WHATWG URL #69

Open
nezed opened this issue Sep 8, 2017 · 5 comments
Open

Support WHATWG URL #69

nezed opened this issue Sep 8, 2017 · 5 comments

Comments

@nezed
Copy link

nezed commented Sep 8, 2017

It seems like there is no activity in

And i propose to replace node-url with

@mightyiam
Copy link

url-parse is so much more popular. Has a fancy test suite.

@sawyerh
Copy link

sawyerh commented Jan 23, 2018

Node v7+ includes a browser-compatible URL class. For folks who want to use the built-in class, is there a way to ignore the url dependency installed by node-libs-browser?

@jaibatrik
Copy link

@sawyerh I got around this by using the universal-url package.

olizilla added a commit to multiformats/js-uri-to-multiaddr that referenced this issue Oct 23, 2018
- Use the gloabl URL object. We hit webpack/node-libs-browser#69
- This will only work in the browser and node >= 10 now.

License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
@wh1tecat-nya
Copy link

in node v11, url.parse is deprecated.
so recommended url.URL class.
we need change package or update node-url package.

@niksy
Copy link

niksy commented Nov 13, 2021

If anyone is looking for up-to-date implementation, I’ve created package which includes latest Node features.

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

6 participants