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
Yes, this is a deviation from the Node.js and browser URL behavior. Changing this would be a breaking change and I'm not sure if it's worth the effort.
Hope to provide a parameter to be compatible Web URL https://developer.mozilla.org/en-US/docs/Web/API/URL
new URL('http://www.example.com').pathname === '/'
==> true
The text was updated successfully, but these errors were encountered: