WebReflection / hyperHTML-Element

An extensible class to define hyperHTML based Custom Elements.
ISC License
202 stars 25 forks source link

Fix `created()` once for all. #29

Closed WebReflection closed 6 years ago

WebReflection commented 6 years ago

Currently, if the component is registered before the body gets parsed, the callbacks might fire unpredictably.

This has to stop, and all methods should be triggered after created() and never before.