Reading this:
http://esdiscuss.org/topic/november-19-2013-meeting-notes#content-6

I was wondering if anyone would be so kind to provide a concrete/real-world
use case for toMethod() since I am having hard time to imagine a scenario
where a super can be so easily invoked, being (AFAIK) multiple inheritance
not allowed right now in ES6 specs.

When exactly would a piece of code invoke a super withou knowing which one
is it?

Wouldn't this lead to potential infinite loop within the super invocation
itself if referenced from a subclass that was already using toMethod()
within the super() itself?

Thanks for any clarification.

Best Regards
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to