Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct doAmazingness() example #1305

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2122,6 +2122,8 @@ the following:
could be as follows:

<ol>
<li><p>Let |global| be [=this=]'s [=relevant global object=].

<li><p>Let |p| be [=a new promise=].

<li>
Expand Down Expand Up @@ -2149,7 +2151,8 @@ the following:
<ol>
<li><p>Let |amazingResult| be the result of doing some amazing things.

<li><p>[=/Resolve=] |p| with |amazingResult|.
<li><p>[=Queue a global task=] on the amazing task source given |global| to [=/resolve=] |p|
with |amazingResult|.
</ol>

<li><p>Return |p|.
Expand Down Expand Up @@ -10374,6 +10377,7 @@ Elliott Sprehn,
Emilio Cobos Álvarez,
Eric Bidelman,
Erik Arvidsson,
François Daoust<!-- tidoust; GitHub -->,
François Remy<!-- FremyCompany; GitHub -->,
Gary Kacmarcik,
Gavin Nicol,
Expand Down
Loading