8000 PR nits · w3c/resource-timing@27c8bda · GitHub
[go: up one dir, main page]

Skip to content

Commit 27c8bda

Browse files
committed
PR nits
1 parent e436224 commit 27c8bda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,9 @@ <h3>The <dfn>PerformanceResourceTiming</dfn> Interface</h3>
503503
<li><p>Return <a>this</a>'s
504504
<a data-for="PerformanceResourceTiming">timing info</a>'s [=fetch timing info/encoded body size=]
505505
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>.
506509
</ol>
507510
</ol>
508511
<p class='note'>A user agent implementing <a>PerformanceResourceTiming</a> would
@@ -742,7 +745,7 @@ <h2>Creating a resource timing entry</h2>
742745
<ol>
743746
<li>Create a <a>PerformanceResourceTiming</a> object |entry| in |global|'s [=global object/realm=].
744747
<li><a>Setup the resource timing entry</a> for |entry|, given |initiatorType|, |requestedURL|,
745-
|timingInfo|, |cacheMode|.
748+
|timingInfo|, and |cacheMode|.
746749
<li><dfn data-lt="step-final-queue"><a data-cite=
747750
"PERFORMANCE-TIMELINE-2#dfn-queue-a-performanceentry">Queue</a> |entry|.</li>
748751
<li><a data-lt='add a PerformanceResourceTiming entry'>Add</a> |entry| to |global|'s

0 commit comments

Comments
 (0)
0