Re: [whatwg/url] Don't coerce numbers to strings for port checking (#377)

So this would mean changing the type from `USVString` to `([EnforceRange] unsigned short or USVString)` although then it would end up throwing.

If we want to ignore out-of-band values something like `(double or USVString)` is probably the way to go.

Either way, prose will need to be adjusted as well to deal with the fact that it can now receive a number.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/377#issuecomment-376081985

Received on Monday, 26 March 2018 08:12:55 UTC