Re: [heycam/webidl] Remove support for overloading callbacks (#690)

> and there is no syntax to overload a callback anyway.

It sort of depends on what "overload" means.  But for purposes of effective overload sets, those are computed in the following places:

1) Steps and length for constructors.
2) Steps and length for named constructors.
3) Steps and length for operation functions.

Callback functions don't use overload sets and don't call into the overload resolution algorithm.  They go through https://heycam.github.io/webidl/#es-invoking-callback-functions which presumes we already have a list of Web IDL things.


-- 
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/690#issuecomment-474443990

Received on Tuesday, 19 March 2019 16:03:32 UTC