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
This issue was proposing a change to the way path parsing for non-special URLs. It allows paths to be empty for non-special URLs and also takes that into account when serializing.
The text was updated successfully, but these errors were encountered:
This changes to the way path parsing for non-special URLs.
It allows paths to be empty for non-special URLs and also
takes that into account when serializing.
Fixes: nodejs#11962
Refs: whatwg/url#213
This changes to the way path parsing for non-special URLs.
It allows paths to be empty for non-special URLs and also
takes that into account when serializing.
PR-URL: nodejs#12507Fixes: nodejs#11962
Refs: whatwg/url#213
Reviewed-By: James M Snell <jasnell@gmail.com>
This changes to the way path parsing for non-special URLs.
It allows paths to be empty for non-special URLs and also
takes that into account when serializing.
PR-URL: #12507Fixes: #11962
Refs: whatwg/url#213
Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: whatwg/url#212.
This issue was proposing a change to the way path parsing for non-special URLs. It allows paths to be empty for non-special URLs and also takes that into account when serializing.
The text was updated successfully, but these errors were encountered: