From 7358cbde582e87c59f36f43694f2cea7c7df0560 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Mon, 15 Aug 2016 11:44:27 -0700 Subject: [PATCH] responseEnd is not subject to TAO This was mistakenly introduced in a previous [1] refactoring of the spec. For related discussion, see [2]. [1] https://github.com/w3c/resource-timing/commit/88bb58554c4fe792e5d4647544f5d2690498c5e1 [2] https://github.com/w3c/resource-timing/issues/64 --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 34ce7b3..47bdca9 100644 --- a/index.html +++ b/index.html @@ -563,11 +563,9 @@

The PerformanceResourceTiming Interface

  1. 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 relevant application caches, or from local resources or from the server if the last non-redirected fetch of the resource passes the timing allow check algorithm. +href="https://www.w3.org/TR/html5/browsers.html#relevant-application-cache">relevant application caches, local resources, or from the server.
  2. -
  3. zero, otherwise.
-

On getting, the transferSize attribute MUST return as follows: