File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -503,6 +503,9 @@ <h3>The <dfn>PerformanceResourceTiming</dfn> Interface</h3>
503
503
< li > < p > Return < a > this</ a > 's
504
504
< a data-for ="PerformanceResourceTiming "> timing info</ a > 's [=fetch timing info/encoded body size=]
505
505
plus 300.
506
+ < p class ='note '> The constant number added to `transferSize` replaces exposing the total byte size
507
+ of the HTTP headers, as that may expose the presence of certain cookies.
508
+ See < a href ="https://github.com/w3c/resource-timing/issues/238 "> this issue</ a > .
506
509
</ ol >
507
510
</ ol >
508
511
< p class ='note '> A user agent implementing < a > PerformanceResourceTiming</ a > would
@@ -742,7 +745,7 @@ <h2>Creating a resource timing entry</h2>
742
745
< ol >
743
746
< li > Create a < a > PerformanceResourceTiming</ a > object |entry| in |global|'s [=global object/realm=].
744
747
< li > < a > Setup the resource timing entry</ a > for |entry|, given |initiatorType|, |requestedURL|,
745
- |timingInfo|, |cacheMode|.
748
+ |timingInfo|, and |cacheMode|.
746
749
< li > < dfn data-lt ="step-final-queue "> < a data-cite =
747
750
"PERFORMANCE-TIMELINE-2#dfn-queue-a-performanceentry "> Queue</ a > |entry|.</ li >
748
751
< li > < a data-lt ='add a PerformanceResourceTiming entry '> Add</ a > |entry| to |global|'s
You can’t perform that action at this time.
0 commit comments