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

Fragment (hash) should come after the query #3

Closed
the-g-man opened this issue Jan 27, 2016 · 2 comments
Closed

Fragment (hash) should come after the query #3

the-g-man opened this issue Jan 27, 2016 · 2 comments

Comments

@the-g-man
Copy link

See here http://tools.ietf.org/html/rfc3986#section-3.5

@sporto
Copy link
Owner

sporto commented Jan 28, 2016

Hmm, you are right

https://www.google.com/?a=b#hash

window.location.hash
"#hash"
window.location.search
"?a=b"

https://www.google.com/#hash?a=b

window.location.hash
"#hash?a=b"
window.location.search
""

@sporto
Copy link
Owner

sporto commented Jan 28, 2016

Fixed in 7.0.0

@sporto sporto closed this as completed Jan 28, 2016
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

2 participants