- From: Boris Zbarsky <notifications@github.com>
- Date: Thu, 16 Apr 2015 21:05:10 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Friday, 17 April 2015 04:05:37 UTC
Two changes: 1) Use of maplike/setlike should not affect static attributes/operations (but should affect constants, as it does now, since those go on the proto too). 2) The mutator methods (clear, add, set, delete) should not be allowed to shadow a method on an inherited interface. But having them on the interface itself or its consequential interfaces should be OK (as now) and just inhibit autogeneration of the method. --- Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/49
Received on Friday, 17 April 2015 04:05:37 UTC