This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Support WHATWG URL #69
Comments
url-parse is so much more popular. Has a fancy test suite. |
Node v7+ includes a browser-compatible |
@sawyerh I got around this by using the |
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 <[email protected]>
in node v11, url.parse is deprecated. |
If anyone is looking for up-to-date implementation, I’ve created package which includes latest Node features. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems like there is no activity in
And i propose to replace
node-url
withThe text was updated successfully, but these errors were encountered: