@@ -3837,7 +3837,7 @@ NetworkFetchTimingInfo = {
3837
3837
connectStart: uint,
3838
3838
connectEnd: uint,
3839
3839
tlsStart: uint,
3840
- tlsEnd: uint,
3840
+ <!-- tlsEnd: uint this should be the same as connectEnd -->
3841
3841
requestStart: uint,
3842
3842
responseStart: uint,
3843
3843
<!-- TODO responseHeadersEnd: uint: Not sure quite what to use for this -->
@@ -3862,7 +3862,7 @@ To <dfn>get the fetch timings</div> given |request|:
3862
3862
it's not null, or a new [=connection timing info=] otherwise.
3863
3863
3864
3864
1. Let |request time| be [=convert fetch timestamp=] given [=convert fetch
3865
- timestamp=] given |timing|'s [ =fetch/ start time=] and |global|.
3865
+ timestamp=] given |timing|'s <a spec =fetch> start time</a> and |global|.
3866
3866
3867
3867
1. Let |redirect start| be [=convert fetch timestamp=] given |timing|'s
3868
3868
[=redirect start time=] and |global|.
@@ -3882,9 +3882,6 @@ To <dfn>get the fetch timings</div> given |request|:
3882
3882
1. Let |TLS start| be [=convert fetch timestamp=] given |connection timing|'s
3883
3883
[=secure connection start time=] and |global|.
3884
3884
3885
- 1. Let |TLS end| be [=convert fetch timestamp=] given |connection timing|'s
3886
- [=secure connection end time=] and |global|.
3887
-
3888
3885
1. Let |connect start| be [=convert fetch timestamp=] given |connection
3889
3886
timing|'s [=connection start time=] and |global|.
3890
3887
@@ -3898,7 +3895,7 @@ To <dfn>get the fetch timings</div> given |request|:
3898
3895
network-response start time=] and |global|.
3899
3896
3900
3897
1. Let |response end| be [=convert fetch timestamp=] given |timing|'s
3901
- [ =fetch/ end time=] and |global|.
3898
+ <a spec =fetch> end time</a> and |global|.
3902
3899
3903
3900
1. Return a [=map=] matching the <code>NetworkFetchTimingInfo</code> production
3904
3901
with the <code>requestTime</code> field set to |request time|, the
@@ -3908,10 +3905,10 @@ To <dfn>get the fetch timings</div> given |request|:
3908
3905
<code>dnsStart</code> field set to |DNS start|, the <code>dnsEnd</code>
3909
3906
field set to |DNS end|, the <code>connectStart</code> field set to |connect
3910
3907
start|, the <code>connectEnd</code> field set to |connect end|, the
3911
- <code>tlsStart</code> field set to |TLS start|, the <code>tlsEnd</code>
3912
- field set to |TLS end|, the <code>requestStart</code> field set to |request
3913
- start|, the <code>responseStart</code> field set to |response start|, and
3914
- the <code>responseEnd</code> field set to |response end|.
3908
+ <code>tlsStart</code> field set to |TLS start|, the
3909
+ <code>requestStart</code> field set to |request start|, the
3910
+ <code>responseStart</code> field set to |response start|, and the
3911
+ <code>responseEnd</code> field set to |response end|.
3915
3912
3916
3913
</div>
3917
3914
@@ -3986,15 +3983,15 @@ To <dfn>get the initiator</dfn> given |request|:
3986
3983
3987
3984
1. Let |type| be "<code> other</code> ".
3988
3985
3989
- 1. If |request| is a [=CORS Preflight Request=] , set |type| to
3986
+ 1. If |request| is a [=CORS- Preflight Request=] , set |type| to
3990
3987
"<code> preflight</code> ".
3991
3988
3992
3989
1. TODO: Get the |type|. It's not quite clear how this ought to work; the CDP
3993
3990
data depends on whether the navigation was kicked off by the parser or by
3994
3991
script (so e.g. inserting an image from script causes the initiator to be
3995
3992
"<code> script</code> "), but that doesn't correspond to anything in Fetch.
3996
3993
3997
- 1. If |request|'s [=request/initiator- type=] is "<code> fetch</code> " or
3994
+ 1. If |request|'s [=request/initiator type=] is "<code> fetch</code> " or
3998
3995
"<code> xmlhttprequest</code> ":
3999
3996
4000
3997
1. Let |stack trace| be the [=current stack trace=] .
@@ -4225,7 +4222,7 @@ request sent</dfn> steps given |request|:
4225
4222
1. Let (|related browsing contexts|, |params|) be the result of [=get the base
4226
4223
network event data=] given |request|.
4227
4224
4228
- 1. Let |initiator| be the result of [=get an initiator=] with |request|.
4225
+ 1. Let |initiator| be the result of [=get the initiator=] with |request|.
4229
4226
4230
4227
1. Set the <code> initiatior</code> field of |params| to |initiator|.
4231
4228
0 commit comments