686
686
< li >
687
687
< p >
688
688
Return < a > this</ a > 's < a data-for =
689
- "PerformanceResourceTiming "> response body info</ a > 's [=response body
690
- info/encoded size=] plus 300.
689
+ "PerformanceResourceTiming "> response body info</ a > 's [=response
690
+ body info/encoded size=] plus 300.
691
691
</ p >
692
692
< p class ='note '>
693
693
The constant number added to `transferSize` replaces exposing the
@@ -1062,15 +1062,17 @@ <h2>
1062
1062
To < dfn data-export =""> mark resource timing</ dfn > given a [=/fetch
1063
1063
timing info=] |timingInfo|, a DOMString |requestedURL|, a DOMString
1064
1064
|initiatorType| a < a > global object</ a > |global|, a string
1065
- |cacheMode|, and a [=/response body info=] |bodyInfo|, perform the following steps:
1065
+ |cacheMode|, and a [=/response body info=] |bodyInfo|, perform the
1066
+ following steps:
1066
1067
</ p >
1067
1068
< ol >
1068
1069
< li > Create a < a > PerformanceResourceTiming</ a > object |entry| in
1069
1070
|global|'s [=global object/realm=].
1070
1071
</ li >
1071
1072
< li >
1072
1073
< a > Setup the resource timing entry</ a > for |entry|, given
1073
- |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and |bodyInfo|.
1074
+ |initiatorType|, |requestedURL|, |timingInfo|, |cacheMode|, and
1075
+ |bodyInfo|.
1074
1076
</ li >
1075
1077
< li >
1076
1078
< a data-cite =
@@ -1087,8 +1089,8 @@ <h2>
1087
1089
To < dfn data-export =""> setup the resource timing entry</ dfn > for
1088
1090
< a > PerformanceResourceTiming</ a > |entry| given DOMString
1089
1091
|initiatorType|, DOMString |requestedURL|, [=/fetch timing info=]
1090
- |timingInfo|, a DOMString |cacheMode|, and a [=response body info=] |bodyInfo|,
1091
- perform the following steps:
1092
+ |timingInfo|, a DOMString |cacheMode|, and a [=response body info=]
1093
+ |bodyInfo|, perform the following steps:
1092
1094
</ p >
1093
1095
< ol >
1094
1096
< li > Assert that |cacheMode| is the empty string or
@@ -1102,8 +1104,9 @@ <h2>
1102
1104
</ li >
1103
1105
< li > Set |entry|'s < a data-for ="PerformanceResourceTiming "> timing
1104
1106
info</ a > to |timingInfo|.
1105
- < li > Set |entry|'s < a data-for ="PerformanceResourceTiming "> response body info</ a >
1106
- to |bodyInfo|.
1107
+ </ li >
1108
+ < li > Set |entry|'s < a data-for ="PerformanceResourceTiming "> response
1109
+ body info</ a > to |bodyInfo|.
1107
1110
</ li >
1108
1111
< li > Set |entry|'s < a data-for ="PerformanceResourceTiming "> cache
1109
1112
mode</ a > to |cacheMode|.
0 commit comments