- From: PhistucK <notifications@github.com>
- Date: Thu, 14 Jul 2016 03:29:37 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc:
Received on Thursday, 14 July 2016 10:30:22 UTC
`location.pathname = "?"` Results - Chrome - `%3F` Firefox - `?` Internet Explorer 11 (sorry, no Edge here) - throws "The URL is invalid" exception. Looks like Chrome changed to match the specification only recently, so Chrome and Firefox used to result in `?`. --- 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/133
Received on Thursday, 14 July 2016 10:30:22 UTC