Re: [whatwg/dom] Custom element callback/promise for "connected and parsed" (#662)

@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