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.
1 parent 054fcc5 commit 041dc73Copy full SHA for 041dc73
spec/scheduling-tasks.md
@@ -391,7 +391,7 @@ Issue: [=Run steps after a timeout=] doesn't necessarily account for suspension;
391
1. Let |result| be [=a new promise=].
392
1. Let |abortOption| be |options|["{{SchedulerYieldOptions/signal}}"] if it [=map/exists=],
393
otherwise null.
394
- 1. Let |priorityOption| be |options|["{{SchedulerPostTaskOptions/priority}}"] if it
+ 1. Let |priorityOption| be |options|["{{SchedulerYieldOptions/priority}}"] if it
395
[=map/exists=], otherwise null.
396
1. If |abortOption| is null and |priorityOption| is null, then set |abortOption| to
397
"{{SchedulerSignalInherit/inherit}}" and set |priorityOption| to
0 commit comments