Skip to content

Commit

Permalink
Merge pull request #103 from jyasskin/patch-1
Browse files Browse the repository at this point in the history
Refer to "get deadline time" where it's set.
  • Loading branch information
shaseley authored Dec 17, 2024
2 parents feeca76 + b823e17 commit 61aa3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ <h2>Invoke idle callbacks algorithm</h2>
<li>Pop the top <var>callback</var> from <var>window</var>'s
<a>list of runnable idle callbacks</a>.</li>
<li>Let <var>deadlineArg</var> be a new <a>IdleDeadline</a> whose
</a> is <var>getDeadline</var>.</li>
<a>get deadline time</a> algorithm is <var>getDeadline</var>.</li>
<li>Call <var>callback</var> with <var>deadlineArg</var> as its
argument. If an uncaught runtime script error occurs, then [=report the exception=].</li>
<li>If <var>window</var>'s <a>list of runnable idle callbacks</a>
Expand Down

0 comments on commit 61aa3af

Please sign in to comment.