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 don't know the actual punycode algorithm, but based on the URL Standard test cases expecting https://xn--ls8h=/ to be an error, and jsdom/whatwg-url not passing this, I think the issue is with Punycode. punycode.decode("ls8h=") gives me "💧💩" instead of erroring.
/cc @karwa who seems to have enough of the Punycode algorithm in their head to be able to contribute fixes, potentially 🙏
The text was updated successfully, but these errors were encountered:
I don't know the actual punycode algorithm, but based on the URL Standard test cases expecting
https://xn--ls8h=/
to be an error, and jsdom/whatwg-url not passing this, I think the issue is with Punycode.punycode.decode("ls8h=")
gives me"💧💩"
instead of erroring./cc @karwa who seems to have enough of the Punycode algorithm in their head to be able to contribute fixes, potentially 🙏
The text was updated successfully, but these errors were encountered: