Re: [w3c/webcomponents] connectedCallback timing when the document parser creates custom elements (#551)

A library could provide that hook for you, or conversely a small function could give you the same behavior:

```js
connectedCallback() {
  onChildren(this, children => {

  });
}
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/551#issuecomment-242234361

Received on Wednesday, 24 August 2016 22:59:32 UTC