Re: [heycam/webidl] How to do aliases of legacy interfaces (HTMLDocument, WebKitCSSMatrix...) (#362)

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