-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: align pathname, host and port in IE with other environments (#2)
- A pathname should always start with a slash. - The implicit ports 80 (http) and 443 (https) are omitted by all other environments besides Internet Explorer. - Always set an empty string as fallback. BREAKING CHANGE: Setting an empty string as fallback value deviates from the Node.js implementation of `url.parse`.
- Loading branch information
1 parent
e33e14c
commit 7ea9c91
Showing
2 changed files
with
79 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters