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

> I believe in Gecko at least typeof will also be different.

No, typeof will always be object. You might be thinking about `Object.prototype.toString.call(obj)`. But even there ES built-ins use `Symbol.toStringTag` to customize that. (But, normal JS classes do not.)

-- 
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-258867829

Received on Monday, 7 November 2016 15:34:27 UTC