- From: Boris Zbarsky <notifications@github.com>
- Date: Fri, 01 Mar 2019 06:54:32 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 1 March 2019 14:54:54 UTC
For what it's worth, Gecko uses an object as well, though there are some complications. Gecko hangs it off the prototype, not the constructor, but that's because we don't have an interface object at all for a [NoInterfaceObject] interface. I vaguely recall that there were some changes in that area at some point... -- 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/pull/668#issuecomment-468691101
Received on Friday, 1 March 2019 14:54:54 UTC