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
content [nfc]: Have resolveUrl return a Uri object, not a String
This pushes the `toString` out to callers, so they can pass the
string form to whatever other code is asking for it.
...Actually, though, in all the cases where that other code has been
asking for the string form, it could easily be changed to accept the
Uri form. So we'll do that, coming up.
0 commit comments