- From: Joe Pea <notifications@github.com>
- Date: Sun, 27 Jan 2019 20:00:21 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 28 January 2019 04:00:42 UTC
> you just need MutationObserver for that That's part of the problem because it introduces unwanted `async` behavior to the element and other complexities. The async nature of it means user code will not work unless they defer their logic too, so it can get messy. -- 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/550#issuecomment-457992547
Received on Monday, 28 January 2019 04:00:42 UTC