Re: [WICG/webcomponents] Need a callback for when children changed or parser finished parsing children (#809)

Ok what about the second simple straightforward solution?

```js
      constructor() {
        setTimeout(() => console.log(this.children.length), 0) // prints correctly
      }
```

why not?

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

Message ID: <WICG/webcomponents/issues/809/1457012996@github.com>

Received on Monday, 6 March 2023 21:15:38 UTC