Skip to content

Commit f89d8e9

Browse files
editorial: fix network collectors types (#945)
1 parent 3702c51 commit f89d8e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6163,6 +6163,7 @@ NetworkCommand = (
61636163
network.ContinueRequest //
61646164
network.ContinueResponse //
61656165
network.ContinueWithAuth //
6166+
network.DisownData //
61666167
network.FailRequest //
61676168
network.GetData //
61686169
network.ProvideResponse //
@@ -8399,7 +8400,7 @@ network data if it is available.
83998400
<dt>Return Type</dt>
84008401
<dd>
84018402
<pre class="cddl" data-cddl-module="local-cddl">
8402-
script.GetDataResult = {
8403+
network.GetDataResult = {
84038404
bytes: network.BytesValue,
84048405
}
84058406
</pre>
@@ -8450,7 +8451,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
84508451

84518452
1. Return [=error=] with [=error code=] [=unavailable network data=].
84528453

8453-
1. Let |body| be a [=/map=] matching the <code>script.GetDataResult</code> production,
8454+
1. Let |body| be a [=/map=] matching the <code>network.GetDataResult</code> production,
84548455
with the <code>bytes</code> field set to |bytes|.
84558456

84568457
1. If |disown| is true, [=remove collector from data=] with |collected data| and |collector id|.

0 commit comments

Comments
 (0)