Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Romann <[email protected]>
  • Loading branch information
relu91 and JKRhb authored Sep 16, 2024
1 parent 36cc765 commit d974fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,7 @@ <h3>The <dfn>subscribeEvent()</dfn> method</h3>
with a {{TypeError}} and stop.
</li>
<li>
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] does [=map/exist=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] [=map/exists=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
</li>
<li>
Let |subscription| be a new {{Subscription}} object with its <a>internal slots</a>
Expand Down

0 comments on commit d974fbf

Please sign in to comment.