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 8c28b39 commit 197fa89Copy full SHA for 197fa89
index.bs
@@ -539,6 +539,19 @@ To <dfn>obtain a set of event names</dfn> given an |name|:
539
540
</div>
541
542
+<div algorithm>
543
+To <dfn>emit events</dfn> given |body| and |related browsing contexts|:
544
+
545
+1. [=Assert=]: |body| has [=map/size=] 2 and [=contains=] "<code>method</code>"
546
+ and "<code>params</code>".
547
548
+1. For each |session| in the [=set of sessions for which an event is enabled=]
549
+ given |body|["method"] and |related browsing contexts|:
550
551
+ 1. [=Emit an event=] with |session| and |body|.
552
553
+</div>
554
555
# Transport # {#transport}
556
557
Message transport is provided using the WebSocket protocol.
0 commit comments