- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 08 Sep 2019 09:50:33 -0700
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 8 September 2019 16:50:55 UTC
It seems to depend on how it's defined. In particular, if this loop ever terminates, then it breaks run to completion:
```js
while (!navigator.scheduling.isFramePending) {
// do some work
}
```
The explainer seems to indicate that this loop will break, i.e., something from another thread can cause this value to change.
--
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/415#issuecomment-529220556
Received on Sunday, 8 September 2019 16:50:55 UTC