webpack / node-libs-browser

[DEPRECATED] The node core libs for in browser usage.
MIT License
448 stars 78 forks source link

Support WHATWG URL #69

Open nezed opened 6 years ago

nezed commented 6 years ago

It seems like there is no activity in

And i propose to replace node-url with

mightyiam commented 6 years ago

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

sawyerh commented 6 years ago

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 commented 5 years ago

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

wh1tecat-nya commented 5 years ago

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

niksy commented 2 years ago

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