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

use urijs to align URL parsing between Node and Chrome #1

Merged
merged 1 commit into from Oct 25, 2022

Conversation

ElDuderinos
Copy link
Collaborator

Chrome's URL module uses the WHATWG algorithm which doesn't identify ssh:// as a proper protocol.
Node's URL module does identify ssh://, this results in an inconsistent behavior between Node and browsers with this package.
Using urijs as the standard URL parser will allow web applications to properly use this package.
This fixes IonicaBizau/git-url-parse#153

For similar issues and some more details:
nodejs/node#36172
honkit/honkit#256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant