Re: [heycam/webidl] Differences between "normal" platform objects and "normal" JavaScript classes (#226)

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