- From: Simon Pieters <notifications@github.com>
- Date: Tue, 16 May 2017 09:24:13 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 16 May 2017 16:25:02 UTC
I've learned now that the bindings generator in Chromium for the aliases @foolip mentioned above seems to generate the correct property descriptor. Demo for `webkitURL` here: http://software.hixie.ch/utilities/js/live-dom-viewer/saved/5185 The current IDL in Chromium is an attribute on `Window`: ``` [DeprecateAs=PrefixedWindowURL] attribute URLConstructor 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/heycam/webidl/issues/362#issuecomment-301836563
Received on Tuesday, 16 May 2017 16:25:02 UTC