File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6163,6 +6163,7 @@ NetworkCommand = (
6163
6163
network.ContinueRequest //
6164
6164
network.ContinueResponse //
6165
6165
network.ContinueWithAuth //
6166
+ network.DisownData //
6166
6167
network.FailRequest //
6167
6168
network.GetData //
6168
6169
network.ProvideResponse //
@@ -8399,7 +8400,7 @@ network data if it is available.
8399
8400
<dt> Return Type</dt>
8400
8401
<dd>
8401
8402
<pre class="cddl" data-cddl-module="local-cddl">
8402
- script .GetDataResult = {
8403
+ network .GetDataResult = {
8403
8404
bytes: network.BytesValue,
8404
8405
}
8405
8406
</pre>
@@ -8450,7 +8451,7 @@ The [=remote end steps=] given |session| and |command parameters| are:
8450
8451
8451
8452
1. Return [=error=] with [=error code=] [=unavailable network data=] .
8452
8453
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,
8454
8455
with the <code> bytes</code> field set to |bytes|.
8455
8456
8456
8457
1. If |disown| is true, [=remove collector from data=] with |collected data| and |collector id|.
You can’t perform that action at this time.
0 commit comments