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

URI.query(true) throws if the url is clean #6

Closed
nicogranelli opened this issue Dec 30, 2011 · 1 comment
Closed

URI.query(true) throws if the url is clean #6

nicogranelli opened this issue Dec 30, 2011 · 1 comment

Comments

@nicogranelli
Copy link

for example

console.log(URI("http://google.com?s=q").search(true)); //OK
console.log(URI("http://google.com?s=").search(true)); //OK
console.log(URI("http://google.com?s").search(true)); //OK
console.log(URI("http://google.com").search(true)); //Throws

I'm sure is something simple to fix, but I don't have time right now. I can fix it later, but I wanted to submit this before I forgot about it

BTW: Really cool library :)

@rodneyrehm
Copy link
Member

Fixed in 1.3.0

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