-
Notifications
You must be signed in to change notification settings - Fork 593
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
Injected query into location #356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome! Only fix the coding style and it'll be good to go.
4eaf9a2
to
e91df39
Compare
@supasate I have fixed the code style. |
@codejockie Thanks so much for your contribution! |
@supasate do you plan to build a release including these changes? |
I use it with ElectronJS. Thanks for the lovely Monday morning with crash my application.
|
I can fix this error and create PR if no one objects and does not do it now? @codejockie @supasate |
@KorobkaVadim I was thinking of doing that. Since you are already interested, you can go ahead. |
Hello :) |
This pull request adds the
query
object tolocation
. This is useful when a user needs to access the value(s) in the search/query string without having to parse the search string themself.