Re: [w3ctag/design-reviews] navigator.scheduling.isFramePending (#415)

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