Closed
Description
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 :)
Metadata
Metadata
Assignees
Labels
No labels