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