diff --git a/dom.bs b/dom.bs index a5f9b88c..7c648bde 100644 --- a/dom.bs +++ b/dom.bs @@ -2122,6 +2122,8 @@ the following: could be as follows:
Let |global| be [=this=]'s [=relevant global object=]. +
Let |p| be [=a new promise=].
Let |amazingResult| be the result of doing some amazing things. -
[=/Resolve=] |p| with |amazingResult|. +
[=Queue a global task=] on the amazing task source given |global| to [=/resolve=] |p| + with |amazingResult|.
Return |p|. @@ -10374,6 +10377,7 @@ Elliott Sprehn, Emilio Cobos Álvarez, Eric Bidelman, Erik Arvidsson, +François Daoust, François Remy, Gary Kacmarcik, Gavin Nicol,