- From: Simon Pieters <notifications@github.com>
- Date: Mon, 22 May 2017 04:38:46 -0700
- To: whatwg/url <url@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 May 2017 11:39:21 UTC
A github search: https://github.com/search?l=JavaScript&p=2&q=webkitURL+NOT+window.URL+NOT+self.URL+NOT+"typeof+URL"+NOT+hasOwnProperty%28%27URL%27%29&type=Code&utf8=✓ Chrome use counter is around 0.1% https://www.chromestatus.com/metrics/feature/timeline/popularity/283 WebKit just fixed https://bugs.webkit.org/show_bug.cgi?id=172166 to stop exposing the `webkitURL` alias in workers. We now have IDL syntax for this. It seems the shortest and least painful path to interop is to specify `[LegacyWindowAlias=webkitURL]`. -- 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/135#issuecomment-303075740
Received on Monday, 22 May 2017 11:39:21 UTC