Skip to content

Commit

Permalink
responseEnd is not subject to TAO
Browse files Browse the repository at this point in the history
This was mistakenly introduced in a previous [1] refactoring of the
spec. For related discussion, see [2].

[1] 88bb585
[2] #64
  • Loading branch information
igrigorik committed Aug 15, 2016
1 parent 4bc6e51 commit 7358cbd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -563,11 +563,9 @@ <h3>The <code>PerformanceResourceTiming</code> Interface</h3>
<ol class="algorithm">
<li>
The time immediately after the user agent receives the last byte of the response or immediately before the transport connection is closed, whichever comes first. The resource here can be received either from <a
href="https://www.w3.org/TR/html5/browsers.html#relevant-application-cache">relevant application caches</a>, or from local resources or from the server if the last non-redirected <a href="https://www.w3.org/TR/html5/infrastructure.html#fetch">fetch</a> of the resource passes the <a>timing allow check</a> algorithm.
href="https://www.w3.org/TR/html5/browsers.html#relevant-application-cache">relevant application caches</a>, local resources, or from the server.
</li>
<li>zero, otherwise.</li>
</ol>

<p dfn-for='PerformanceResourceTiming'>
On getting, the <dfn>transferSize</dfn> attribute MUST return as follows:
</p>
Expand Down

0 comments on commit 7358cbd

Please sign in to comment.