05:16 | <sideshowbarker> | about the Node URL implementation, anybody know if there’s a way to prevent it from percent-encoding Unicode characters? |
05:18 | <sideshowbarker> | it’s taking fragments like ref-for-dom-abortcontroller-abortcontroller① and changing them to ref-for-dom-abortcontroller-abortcontroller%E2%91%A0 |
05:20 | <sideshowbarker> | (I realize I can probably use decodeURIComponent() to fix them, but would prefer they don’t get encoded to begin with…) |
06:30 | <annevk> | sideshowbarker: that behavior is part of the URL parser and the URL Standard at least doesn't offer an option for it |