You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lastly, I wonder how important having this module right now actually is. I want to get to WebSockets ASAP and having some basic HTTP functionality, just enough to complete the handshake really, might be enough even if the implementation isn't a fully spec-compliant HTTP server (or client, for that matter). So, perhaps shelving this until later is the better approach here.
Can probably port the one from NodeJS: https://nodejs.org/api/url.html#the-whatwg-url-api
Source: https://github.com/nodejs/node/blob/v19.3.0/lib/url.js
Some of the more esoteric features (internationalization) may not be very useful here. I'm mostly interested in the test cases, really.
Roadmap:
Required for #137
The text was updated successfully, but these errors were encountered: