jsdom / whatwg-url

An implementation of the WHATWG URL Standard in JavaScript
https://jsdom.github.io/whatwg-url/
MIT License
371 stars 94 forks source link

Different result than Chrome's Implementation #175

Closed scottfr closed 4 years ago

scottfr commented 4 years ago

The following parses in Chrome, but fails in whatwg-url:

new URL('http://<test.co')
domenic commented 4 years ago

Yes, Chrome has a URL parser that doesn't follow the standard.