Skip to content

Commit 1fa2803

Browse files
Lightning00BladeOrKoN
authored andcommitted
Better CDDL for session.SubscriptionRequest (#679)
1 parent b9949c7 commit 1fa2803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1651,8 +1651,8 @@ session.SystemProxyConfiguration = (
16511651

16521652
<pre class="cddl remote-cddl">
16531653
session.SubscriptionRequest = {
1654-
events: [*text],
1655-
? contexts: [*browsingContext.BrowsingContext],
1654+
events: [+text],
1655+
? contexts: [+browsingContext.BrowsingContext],
16561656
}
16571657
</pre>
16581658

0 commit comments

Comments
 (0)