Skip to content

Commit 00a8773

Browse files
authored
Remove remaining references to scheduler.yield options (#105)
1 parent 714aeb3 commit 00a8773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/scheduling-tasks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ the API into existing code that uses {{AbortSignal|AbortSignals}}.
9999
milliseconds.
100100
</dd>
101101

102-
<dt><code>result = scheduler . {{Scheduler/yield()|yield}}( |options| )</code></dt>
102+
<dt><code>result = scheduler . {{Scheduler/yield()|yield}}()</code></dt>
103103
<dd>
104104
<p>Returns a promise that is fulfilled with <code>undefined</code> or rejected with the
105105
{{AbortSignal}}'s [=AbortSignal/abort reason=], if the continuation is aborted.
@@ -142,8 +142,8 @@ The <dfn method for=Scheduler title="postTask(callback, options)">postTask(|call
142142
method steps are to return the result of [=scheduling a postTask task=] for [=this=] given
143143
|callback| and |options|.
144144

145-
The <dfn method for=Scheduler title="yield(options)">yield(|options|)</dfn> method steps are to
146-
return the result of [=scheduling a yield continuation=] for [=this=] given |options|.
145+
The <dfn method for=Scheduler title="yield()">yield()</dfn> method steps are to
146+
return the result of [=scheduling a yield continuation=] for [=this=].
147147

148148

149149
## Definitions ## {#sec-scheduling-tasks-definitions}

0 commit comments

Comments
 (0)