File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1860,7 +1860,7 @@ <h3>The <dfn>observeProperty()</dfn> method</h3>
1860
1860
with a {{TypeError}} and stop.
1861
1861
</ li >
1862
1862
< li >
1863
- If |thing|.{{ConsumedThing/[[activeObservations]]}}[|propertyName|] [=map/exists], [=reject=] |promise| with a {{NotAllowedError}} and stop.
1863
+ If |thing|.{{ConsumedThing/[[activeObservations]]}}[|propertyName|] [=map/exists= ], [=reject=] |promise| with a {{NotAllowedError}} and stop.
1864
1864
</ li >
1865
1865
< li >
1866
1866
Let |subscription| be a new {{Subscription}} object with its < a > internal slots</ a >
@@ -2045,7 +2045,7 @@ <h3>The <dfn>subscribeEvent()</dfn> method</h3>
2045
2045
with a {{TypeError}} and stop.
2046
2046
</ li >
2047
2047
< li >
2048
- If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] does not [=map/exist =], [=reject=] |promise| with a {{NotAllowedError}} and stop.
2048
+ If |thing|.{{ConsumedThing/[[activeSubscriptions]]}}[|eventName|] [=map/exists =], [=reject=] |promise| with a {{NotAllowedError}} and stop.
2049
2049
</ li >
2050
2050
< li >
2051
2051
Let |subscription| be a new {{Subscription}} object with its < a > internal slots</ a >
You can’t perform that action at this time.
0 commit comments