Re: [webcomponents] defineElement should not cache lifecycle callbacks and prototype of a custom element class (#417)

+1 to what domenic said, I don't think we should have to do a property lookup before every callback. Even if we could make it fast, it encourages bad behavior. Custom elements (and ES6 classes) are both about encouraging good behavior.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/417#issuecomment-193467545

Received on Monday, 7 March 2016 21:45:14 UTC