We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cc765 commit d974fbfCopy full SHA for d974fbf
index.html
@@ -2054,7 +2054,7 @@ <h3>The <dfn>subscribeEvent()</dfn> method</h3>
2054
with a {{TypeError}} and stop.
2055
</li>
2056
<li>
2057
- 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.
2058
2059
2060
Let |subscription| be a new {{Subscription}} object with its <a>internal slots</a>
0 commit comments