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

> How would you solve that problem?

I see a way: check if `this.getRootNode()` is a `#document`. If not, then don't act on MutationObserver changes, so we act on them only while connected in a document.

-- 
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-459203512

Received on Thursday, 31 January 2019 03:41:54 UTC