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 55276b2 commit ba581a9Copy full SHA for ba581a9
spec.html
@@ -27126,7 +27126,7 @@ <h1>Evaluate ( ): a Promise</h1>
27126
1. Assert: _module_.[[Status]] is either ~evaluating-async~ or ~evaluated~.
27127
1. Assert: _module_.[[EvaluationError]] is ~empty~.
27128
1. If _module_.[[Status]] is ~evaluated~, then
27129
- 1. Assert: _module_.[[AsyncEvaluationOrder]] is ~unset~ or ~done~.
+ 1. Assert: _module_.[[AsyncEvaluationOrder]] is either ~unset~ or ~done~.
27130
1. NOTE: _module_.[[AsyncEvaluationOrder]] is ~done~ if and only if _module_ had already been evaluated and that evaluation was asynchronous.
27131
1. Perform ! Call(_capability_.[[Resolve]], *undefined*, « *undefined* »).
27132
1. Assert: _stack_ is empty.
0 commit comments