From a5ec7482441238798987df99531dfe50ed929911 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Fri, 24 Feb 2017 15:42:29 -0800 Subject: [PATCH] immediately add entry to performance entry buffer Closes #50. Discussed and approved on 01/18/17 WG call. --- index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.html b/index.html index 9d83f20..eb762be 100644 --- a/index.html +++ b/index.html @@ -440,8 +440,7 @@

Processing Model

to allow the document to be unloaded. -
  • Create a new PerformanceNavigationTiming object. -
  • +
  • Create a new PerformanceNavigationTiming object and add it to the performance entry buffer.
  • Set name to the DOMString "document".
  • Set entryType and initiatorType to the DOMString "navigation".
  • Set startTime to a DOMHighResTimeStamp with a time value of zero, and nextHopProtocol to the empty DOMString.
  • @@ -581,7 +580,6 @@

    Processing Model

    equal to the difference between loadEventEnd and startTime, respectively.
  • Queue the new PerformanceNavigationTiming object.
  • -
  • Add the new PerformanceNavigationTiming object to the performance entry buffer.
  • Some user agents maintain the DOM structure of the document in memory