- From: achristensen07 <notifications@github.com>
- Date: Wed, 20 Oct 2021 11:59:02 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 October 2021 18:59:14 UTC
Interestingly, in Firefox `new URL('https://a\u0007f.com')` throws but `new URL("https://a" + String.fromCodePoint(0x7f) + ".com")` does not. We'll need to have good tests for this. -- 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/627#issuecomment-947950307
Received on Wednesday, 20 October 2021 18:59:14 UTC