Re: [whatwg/url] Let webkitURL be an alias of the URL constructor (#135)

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