- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 07 Nov 2016 07:54:59 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Monday, 7 November 2016 15:55:33 UTC
The statics-being-methods thing mostly impacts whether they work when extracted or not. E.g. `const resolve = Promise.resolve` will not work. But `const cOU = URL.createObjectURL` will work. -- 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/226#issuecomment-258874394
Received on Monday, 7 November 2016 15:55:33 UTC