- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 29 Mar 2016 03:01:38 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 29 March 2016 10:02:26 UTC
@rniwa I think it doesn't break that invariant. The moment you observe the mutation record (be it through takeRecords() or end-of-task) you can replay it. And once it's gone a new one will be queued if appropriate which you can then replay again. And yes, if it's about updating UI queuing a task as you did is the wrong way to go, since UI can happen between tasks (and other tasks can happen between tasks, triggering yet more undesired effects). --- 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/288#issuecomment-202815640
Received on Tuesday, 29 March 2016 10:02:26 UTC