You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've modified the parser to accept your input. you should be aware of the fact that the URI you provided is malformed - i.e. the @ needs to be percent-encoded. This is fixed in master and will be included in the next release.
var uri = URI("http://john@doe.com:pass@example.org:8080/some/path/foo.html?hello=world#target/here")
uri.host() => "doe.com:pass@example.org:8080" should be "example.org"
See: http://jsfiddle.net/3SvmV/1/
The text was updated successfully, but these errors were encountered: