Skip to content

Commit

Permalink
consider work beyond other event loops
Browse files Browse the repository at this point in the history
Closes #46.
  • Loading branch information
igrigorik committed Nov 28, 2016
1 parent c3cdce1 commit 3a69ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -415,8 +415,8 @@ <h2>Start an event loop's idle period</h2>
<p>Whenever the user agent assesses that a given [event loop] is likely
to remain idle for a non-trivial amount of time, and that background work
could be executed on this event loop without impacting any high priority
work occurring on other event-loops, it SHOULD initiate a new idle period
for the [event loop].</p>
work occurring on other event-loops, or elsewhere, it SHOULD initiate a
new idle period for the [event loop].</p>
<p class="note">The expectation is that the user agent will initiate idle
periods regularly when the event loop becomes idle, for example, in
between frame rendering and regularly during times when no frames are
Expand Down

0 comments on commit 3a69ac3

Please sign in to comment.