-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
This library doesnt seem to parse the host properly when there isnt a protocol.
> u.parse("www.google.com/yay?q=10&q=12")
Url {
protocol: null,
slashes: null,
auth: null,
host: null,
port: null,
hostname: null,
hash: null,
search: '?q=10&q=12',
query: 'q=10&q=12',
pathname: 'www.google.com/yay',
path: 'www.google.com/yay?q=10&q=12',
href: 'www.google.com/yay?q=10&q=12' }
bedhed, beck, IvanDyachenko, yakovenkomax, stphnlngdncoding and 2 morestphnlngdncodingstphnlngdncodingstphnlngdncoding
Metadata
Metadata
Assignees
Labels
No labels