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
Given that the first is working as intended, and #405 got fixed, I think this is probably closeable. In particular, for the second case, the spec matches Firefox and Safari (2/3 engines).
Given
new URL("db://x/y/z")
.Chrome, Firefox, Edge:
NodeJS:
Given
new URL("file:x/y/z")
.Chrome, Edge:
Firefox, NodeJS:
pathname: "/x/y/z"
The text was updated successfully, but these errors were encountered: