@@ -3768,7 +3768,7 @@ NetworkFetchTimingInfo = {
3768
3768
connectStart: uint,
3769
3769
connectEnd: uint,
3770
3770
tlsStart: uint,
3771
- tlsEnd: uint,
3771
+ <!-- tlsEnd: uint this should be the same as connectEnd -->
3772
3772
requestStart: uint,
3773
3773
responseStart: uint,
3774
3774
<!-- TODO responseHeadersEnd: uint: Not sure quite what to use for this -->
@@ -3793,7 +3793,7 @@ To <dfn>get the fetch timings</div> given |request|:
3793
3793
it's not null, or a new [=connection timing info=] otherwise.
3794
3794
3795
3795
1. Let |request time| be [=convert fetch timestamp=] given [=convert fetch
3796
- timestamp=] given |timing|'s [ =fetch/ start time=] and |global|.
3796
+ timestamp=] given |timing|'s <a spec =fetch> start time</a> and |global|.
3797
3797
3798
3798
1. Let |redirect start| be [=convert fetch timestamp=] given |timing|'s
3799
3799
[=redirect start time=] and |global|.
@@ -3813,9 +3813,6 @@ To <dfn>get the fetch timings</div> given |request|:
3813
3813
1. Let |TLS start| be [=convert fetch timestamp=] given |connection timing|'s
3814
3814
[=secure connection start time=] and |global|.
3815
3815
3816
- 1. Let |TLS end| be [=convert fetch timestamp=] given |connection timing|'s
3817
- [=secure connection end time=] and |global|.
3818
-
3819
3816
1. Let |connect start| be [=convert fetch timestamp=] given |connection
3820
3817
timing|'s [=connection start time=] and |global|.
3821
3818
@@ -3829,7 +3826,7 @@ To <dfn>get the fetch timings</div> given |request|:
3829
3826
network-response start time=] and |global|.
3830
3827
3831
3828
1. Let |response end| be [=convert fetch timestamp=] given |timing|'s
3832
- [ =fetch/ end time=] and |global|.
3829
+ <a spec =fetch> end time</a> and |global|.
3833
3830
3834
3831
1. Return a [=map=] matching the <code>NetworkFetchTimingInfo</code> production
3835
3832
with the <code>requestTime</code> field set to |request time|, the
@@ -3839,10 +3836,10 @@ To <dfn>get the fetch timings</div> given |request|:
3839
3836
<code>dnsStart</code> field set to |DNS start|, the <code>dnsEnd</code>
3840
3837
field set to |DNS end|, the <code>connectStart</code> field set to |connect
3841
3838
start|, the <code>connectEnd</code> field set to |connect end|, the
3842
- <code>tlsStart</code> field set to |TLS start|, the <code>tlsEnd</code>
3843
- field set to |TLS end|, the <code>requestStart</code> field set to |request
3844
- start|, the <code>responseStart</code> field set to |response start|, and
3845
- the <code>responseEnd</code> field set to |response end|.
3839
+ <code>tlsStart</code> field set to |TLS start|, the
3840
+ <code>requestStart</code> field set to |request start|, the
3841
+ <code>responseStart</code> field set to |response start|, and the
3842
+ <code>responseEnd</code> field set to |response end|.
3846
3843
3847
3844
</div>
3848
3845
@@ -3917,15 +3914,15 @@ To <dfn>get the initiator</dfn> given |request|:
3917
3914
3918
3915
1. Let |type| be "<code> other</code> ".
3919
3916
3920
- 1. If |request| is a [=CORS Preflight Request=] , set |type| to
3917
+ 1. If |request| is a [=CORS- Preflight Request=] , set |type| to
3921
3918
"<code> preflight</code> ".
3922
3919
3923
3920
1. TODO: Get the |type|. It's not quite clear how this ought to work; the CDP
3924
3921
data depends on whether the navigation was kicked off by the parser or by
3925
3922
script (so e.g. inserting an image from script causes the initiator to be
3926
3923
"<code> script</code> "), but that doesn't correspond to anything in Fetch.
3927
3924
3928
- 1. If |request|'s [=request/initiator- type=] is "<code> fetch</code> " or
3925
+ 1. If |request|'s [=request/initiator type=] is "<code> fetch</code> " or
3929
3926
"<code> xmlhttprequest</code> ":
3930
3927
3931
3928
1. Let |stack trace| be the [=current stack trace=] .
@@ -4156,7 +4153,7 @@ request sent</dfn> steps given |request|:
4156
4153
1. Let (|related browsing contexts|, |params|) be the result of [=get the base
4157
4154
network event data=] given |request|.
4158
4155
4159
- 1. Let |initiator| be the result of [=get an initiator=] with |request|.
4156
+ 1. Let |initiator| be the result of [=get the initiator=] with |request|.
4160
4157
4161
4158
1. Set the <code> initiatior</code> field of |params| to |initiator|.
4162
4159
0 commit comments