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

Strips querystring from URL if it precedes with # in Windows 10 - Chrome #42

Open
codef0rmer opened this issue Sep 19, 2015 · 0 comments

Comments

@codef0rmer
Copy link

Following code works fine - opens the exact URL in chrome.

var open = require("open");
open('http://codef0rmer.github.io/eShell/index.html#/1?name=foobar', 'chrome');

However, if Chrome is a default browser and it's not mentioned then both hash and querystrings are stripped.

var open = require("open");
open('http://codef0rmer.github.io/eShell/index.html#/1?name=foobar');
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

No branches or pull requests

1 participant