Re: [w3c/webcomponents] Disconnected Events (#678)

> disconnectedCallback happens as a custom element reactions. We shouldn't fire events at this timing since that results in multiple listeners racing to undo one another's changes. At the earlier we could fire would be the end of the micro-task timing which would be much later than when disconnectedCallback happens.

👍. The exact timing is not so important for me.

In terms of spec/implementation, would this be done more generically for all custom element reactions?

-- 
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/678#issuecomment-341483361

Received on Thursday, 2 November 2017 16:42:48 UTC