We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feeca76 + b823e17 commit 61aa3afCopy full SHA for 61aa3af
index.html
@@ -473,7 +473,7 @@ <h2>Invoke idle callbacks algorithm</h2>
473
<li>Pop the top <var>callback</var> from <var>window</var>'s
474
<a>list of runnable idle callbacks</a>.</li>
475
<li>Let <var>deadlineArg</var> be a new <a>IdleDeadline</a> whose
476
- </a> is <var>getDeadline</var>.</li>
+ <a>get deadline time</a> algorithm is <var>getDeadline</var>.</li>
477
<li>Call <var>callback</var> with <var>deadlineArg</var> as its
478
argument. If an uncaught runtime script error occurs, then [=report the exception=].</li>
479
<li>If <var>window</var>'s <a>list of runnable idle callbacks</a>
0 commit comments