smola/galimatias

Should we support the WHATWG URLUtils interface?

Closed this issue · 1 comments

https://url.spec.whatwg.org/#urlutils-and-urlutilsreadonly-members

As pointed out by @rubys, URL does not implement the URLUtils interface. It might be interesting to support it, although it might clutter the URL interface.

smola commented

URLUtils is no longer URLUtils in the spec. It has been inlined in URL: whatwg/url@4cb6328

As far as I can tell, origin is the only relevant thing that is missing. I filed a separate issue for that: #72

Closing this, feel free to open a different issue if there is any other useful method that is missing.