- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 03 Apr 2019 09:01:03 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 3 April 2019 16:01:25 UTC
I've always assumed they had constructors (and [[Construct]] methods), just throwing ones. I think it'd be very strange to have callable interface objects exist at all, and be reachable via the `.constructor` property, if they are not also [[Construct]]able. In practice it doesn't matter much, but I do prefer keeping [[Construct]] and just saying that it throws for things without a constructor in the IDL. -- 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/698#issuecomment-479552582
Received on Wednesday, 3 April 2019 16:01:25 UTC