Re: [w3c/webcomponents] [feature request] change when upgrade/connected happens during parsing, so that it is the first event in the following microtask (#787)

Another solution is just bring back jQuery:

```js
$(document).ready(() => {
  // now begin doing anything with the custom elements (as end user of the elements)
})
```

-- 
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/787#issuecomment-459493560

Received on Thursday, 31 January 2019 20:28:27 UTC