Support WHATWG URL
See original GitHub issueIt seems like there is no activity in
And i propose to replace node-url with
- jsdom/whatwg-url (but #102)
- or unshiftio/url-parse
Issue Analytics
- State:
- Created 6 years ago
- Reactions:14
- Comments:5
Top Results From Across the Web
jsdom/whatwg-url: An implementation of the ... - GitHub
whatwg -url is a full implementation of the WHATWG URL Standard. It can be used standalone, but it also exposes a lot of...
Read more >whatwg-url - npm
An implementation of the WHATWG URL Standard's URL API and parsing machinery. Latest version: 11.0.0, last published: a year ago.
Read more >URL Standard - whatwg
The URL Standard defines URLs, domains, IP addresses, the application/x-www-form-urlencoded format, and their API. Table of Contents. Goals; 1 ...
Read more >WHATWG URL API - IBM
The WHATWG URL API supports the following classes, objects, APIs, and properties. The URL class. The URL class constructor; The url object APIs;...
Read more >URL | Node.js v19.3.0 Documentation
A comparison between the WHATWG and legacy APIs is provided below. Above the URL 'https://user:pass@sub.example.com:8080/p/a/t/h?query=string ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Node v7+ includes a browser-compatible
URLclass. For folks who want to use the built-in class, is there a way to ignore theurldependency installed bynode-libs-browser?url-parse is so much more popular. Has a fancy test suite.