- From: HE Shi-Jun <notifications@github.com>
- Date: Fri, 09 Nov 2018 00:52:57 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 November 2018 08:53:19 UTC
@Jamesernator > Just defer the `customElements.define` call until `DOMContentLoaded`: Normally developers just add `customElements.define()` after the class declaration of the custom element. The code of deferring it is a little bit tricky. Are you suggesting `customElements.deferDefine`? 😝 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/662#issuecomment-437292213
Received on Friday, 9 November 2018 08:53:19 UTC