Skip to content

Commit 26516ad

Browse files
nit: fix alphabetical position for network.DataType
1 parent 8ca06ea commit 26516ad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.bs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6777,17 +6777,6 @@ To <dfn>process a network event</dfn> given |session|, |event|, and |request|:
67776777

67786778
</div>
67796779

6780-
#### The network.DataType Type #### {#type-network-dataType}
6781-
6782-
{^Remote end definition^} and {^local end definition^}
6783-
6784-
<pre class="cddl" data-cddl-module="local-cddl,remote-cddl">
6785-
network.DataType = "response"
6786-
</pre>
6787-
6788-
The <code>network.DataType</code> type represents the different types of network data
6789-
that can be collected.
6790-
67916780
#### The network.BytesValue Type #### {#type-network-BytesValue}
67926781

67936782
<pre class="cddl" data-cddl-module="local-cddl,remote-cddl">
@@ -6962,6 +6951,17 @@ To <dfn>serialize cookie header</dfn> given |protocol cookie|:
69626951

69636952
</div>
69646953

6954+
#### The network.DataType Type #### {#type-network-dataType}
6955+
6956+
{^Remote end definition^} and {^local end definition^}
6957+
6958+
<pre class="cddl" data-cddl-module="local-cddl,remote-cddl">
6959+
network.DataType = "response"
6960+
</pre>
6961+
6962+
The <code>network.DataType</code> type represents the different types of network data
6963+
that can be collected.
6964+
69656965
#### The network.FetchTimingInfo Type #### {#type-network-FetchTimingInfo}
69666966

69676967
{^Remote end definition^} and {^local end definition^}

0 commit comments

Comments
 (0)