Commit b869797a authored by Mathias Bynens's avatar Mathias Bynens Committed by Fedor Indutny
Browse files

url: Add support for RFC 3490 separators



There is no need to split the host by hand in `url.js` – Punycode.js
takes care of it anyway. This not only simplifies the code, but also
adds support for RFC 3490 separators (i.e. not just U+002E, but U+3002,
U+FF0E, and U+FF61 as well).

Closes #6055.

Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
parent 0f295619
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment