On Tue, Nov 13, 2012 at 3:25 PM, Tom Van Cutsem <[email protected]> wrote:
> > So, my proposal: let's revert the fundamental traps of Handler to become > abstract methods again. This forces subclasses of Handler to provide all > fundamentals at once, avoiding the footgun. > Maybe we should skip the derived traps for ES6 and see if the extra allocation really becomes an issue in reality? This way we are keeping the API smaller and the risk of errors lower. We can always add the derived traps later, can't we? -- erik
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

