Re: [heycam/webidl] Define a callback constructor type (#701)

Note that at the moment that does not have the semantics proposed above.  In particular we do not verify that the passed-in function is a constructor in the binding layer.  From the point of view of observable binding behavior it's just an alias for `callback`, but exposes a `Construct` rather than `Call` on the Gecko side.  In other words, it's Gecko developer ergonomics convenience, but without web-visible changes of any sort (which this proposal would have, due to doing `IsConstructor` checks earlier).

-- 
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/701#issuecomment-482625924

Received on Friday, 12 April 2019 15:51:52 UTC