-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Strips querystring from URL if it precedes with # in Windows 10 - Chrome #17
Comments
My default browser is Safari, but I just checked and this doesn't seem to be an issue there. Which OS do you use? |
Make Chrome your default browser in Windows 10 and run 2nd snippet from a terminal to reproduce the issue. |
Works fine for me on Windows 8.1 with Chrome. I don't have Windows 10 to test on. |
@sindresorhus: It works fine on Windows 8 but not on Windows 10. Same issue even with node-open :-( |
@sindresorhus: After some testing, I realized the problem was Just dark web is remaining now ;-) |
BTW, it's |
Does |
Seems to me that the escape chars (
Or the reverse:
|
@watson: No luck - The same error. |
is this closed cause
works for me on win10 |
Following code works fine - opens the exact URL in chrome.
However, if Chrome is a default browser and it's not mentioned then both hash and querystrings are stripped.
Any idea why
spawn
strips querystring?The text was updated successfully, but these errors were encountered: