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 87e5ef0 commit 3c2a05cCopy full SHA for 3c2a05c
index.bs
@@ -519,6 +519,19 @@ To <dfn>obtain a set of event names</dfn> given an |name|:
519
520
</div>
521
522
+<div algorithm>
523
+To <dfn>emit events</dfn> given |body| and |related browsing contexts|:
524
+
525
+1. [=Assert=]: |body| has [=map/size=] 2 and [=contains=] "<code>method</code>"
526
+ and "<code>params</code>".
527
528
+1. For each |session| in the [=set of sessions for which an event is enabled=]
529
+ given |body|["method"] and |related browsing contexts|:
530
531
+ 1. [=Emit an event=] with |session| and |body|.
532
533
+</div>
534
535
# Transport # {#transport}
536
537
Message transport is provided using the WebSocket protocol.
0 commit comments