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
They are still not implemented and it's no longer clear to me this is the best API. In particular:
We might want an API around hosts in general. E.g., new URLHost(...) (the URL prefix for disambiguation).
Converting an entire URL to Unicode might be something we want to cover too.
For both of these, overloading toString() to take an argument about how to serialize seems somewhat compelling, given the precedent in JavaScript. Though need to check with @domenic.