Skip to content

Commit 9379745

Browse files
committed
fix: step 6 in observeProperty method
Reverse the logic "active subscription **does exist**" fix #540
1 parent 06a31b1 commit 9379745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@

The subscribeEvent() method

20542054
with a {{TypeError}} and stop.
20552055
li>
20562056
<li>
2057-
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] does not [=map/exist=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
2057+
If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] does [=map/exist=], [=reject=] |promise| with a {{NotAllowedError}} and stop.
20582058
li>
20592059
<li>
20602060
Let |subscription| be a new {{Subscription}} object with its <a>internal slotsa>

0 commit comments

Comments
 (0)