- From: Valentin Gosu <notifications@github.com>
- Date: Wed, 20 Oct 2021 12:12:05 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 October 2021 19:12:17 UTC
> Interestingly, in Firefox `new URL('https://a\u0007f.com')` That's because that is equivalent to: `new URL("https://a" + String.fromCodePoint(0x07) + "f.com")` 🙂 -- 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-947959655
Received on Wednesday, 20 October 2021 19:12:17 UTC