- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 07 Nov 2016 07:33:26 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Monday, 7 November 2016 15:34:27 UTC
> 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