Skip to content

Commit

Permalink
Fix tracking of the idle period start time
Browse files Browse the repository at this point in the history
This was accidentally omitted from bd63843.

Closes whatwg#7765.
  • Loading branch information
noamr authored Mar 31, 2022
1 parent f495c02 commit 4c6e6f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -95509,6 +95509,9 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
<p>then:

<ol>
<li><p>Set this <span>event loop</span>'s <span>last idle period start time</span> to the
<span>current high resolution time</span>.<p></li>

<li>
<p>Let <var>computeDeadline</var> be the following steps:</p>

Expand Down

0 comments on commit 4c6e6f1

Please sign in to comment.