Skip to content

Commit

Permalink
Merge pull request #562 from relu91/fix/issue-540
Browse files Browse the repository at this point in the history
Fix issue 540
  • Loading branch information
relu91 authored Sep 17, 2024
2 parents 38c8e91 + d974fbf commit aa7dbe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ <h3>The <dfn>observeProperty()</dfn> method</h3>
with a {{TypeError}} and stop.
</li>
<li>
If |thing|.{{ConsumedThing/[[activeObservations]]}}[|propertyName|] [=map/exists], [=reject=] |promise| with a {{NotAllowedError}} and stop.
If |thing|.{{ConsumedThing/[[activeObservations]]}}[|propertyName|] [=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 Expand Up @@ -2045,7 +2045,7 @@ <h3>The <dfn>subscribeEvent()</dfn> method</h3>
with a {{TypeError}} and stop.
</li>
<li>
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] does not [=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 aa7dbe8

Please sign in to comment.