- From: Boris Zbarsky <notifications@github.com>
- Date: Mon, 09 Sep 2019 22:21:38 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 10 September 2019 05:22:00 UTC
@dbaron There is _not_ a single task source for a single "site". There are a bunch of different task sources, which per HTML spec are unordered with each other. For example, `setTimeout`, most DOM-related tasks, user-interaction-triggered tasks, postMessage are all different task sources. There's a bunch of other ones as well; those are just the ones I know off the top of my head. My comments were explicitly about the single-site situation, not the different-site situation; in the different-site case there are no observable ordering guarantees between the two sites apart from ordering within communication channels like `postMessage`, so there is no problem there; I hadn't even thought about people reading it that way... -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/338#issuecomment-529774580
Received on Tuesday, 10 September 2019 05:22:00 UTC