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
Something I've been thinking about idly — I wonder if it'd be nice to provide the already-parsed URL object without breaking the API somehow. (The mastodon module I'm writing is just going to url.parse what it gets again.)
The text was updated successfully, but these errors were encountered:
There are few enough consumers of url I'm fine not being backwards compatible. In practice, I'm not sure that the majority actually pass it straight to url.parse again though, especially since things like request libraries take strings as urls, not url objects.
From #156:
The text was updated successfully, but these errors were encountered: