- From: Tobie Langel <notifications@github.com>
- Date: Mon, 14 Nov 2016 06:20:47 -0800
- To: heycam/webidl <webidl@noreply.github.com>
Received on Monday, 14 November 2016 14:21:18 UTC
tobie commented on this pull request. > @@ -2127,8 +2127,18 @@ If multiple legacy callers are specified on an interface, overload resolution is used to determine which legacy caller is invoked when the object is called as if it were a function. -Legacy callers must not be defined to return a -[=promise type=]. +[=Legacy callers=] can only be defined on interfaces that also +[=support indexed properties|supports indexed=] or +[=support named properties|named properties=]. + +Note: This artificial restriction allows bundling all the interfaces +which support these various legacy [=extended attributes=] Fixed -- 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/230
Received on Monday, 14 November 2016 14:21:18 UTC