Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: align pathname, host and port in IE with other environments #2

Merged
merged 1 commit into from
Jan 13, 2017

Conversation

unstubbable
Copy link
Owner

  • 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.

- 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`.
@unstubbable unstubbable merged commit 7ea9c91 into master Jan 13, 2017
@unstubbable unstubbable deleted the fix-pathname-and-implicit-ports branch January 13, 2017 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant