- From: Philip Jägenstedt <notifications@github.com>
- Date: Wed, 27 Jul 2016 07:53:01 -0700
- To: whatwg/url <url@noreply.github.com>
Received on Wednesday, 27 July 2016 14:53:29 UTC
Measuring usage of attributes on the global object is hard because it's tainted by enumeration, but this is what we have: https://www.chromestatus.com/metrics/feature/timeline/popularity/283 (Compare to https://www.chromestatus.com/metrics/feature/timeline/popularity/356 which is likely used very little but is also at ~0.1%.) `window.webkitURL` has been deprecated in Blink for a long time, and I need to either remove it or get rid of the deprecation message. I'm leaning towards just spec'ing it, because Edge has `window.webkitURL` and it's trivial to support if you also have the infrastructure for other constructor aliases like `WebKitAnimationEvent` or, perhaps, `HTMLDocument` as an alias of `Document` (not yet implemented). --- 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
Received on Wednesday, 27 July 2016 14:53:29 UTC