Skip to content

Commit

Permalink
immediately add entry to performance entry buffer
Browse files Browse the repository at this point in the history
Closes #50. Discussed and approved on 01/18/17 WG call.
  • Loading branch information
igrigorik committed Feb 24, 2017
1 parent b9eee39 commit a5ec748
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.html
Expand Up @@ -440,8 +440,7 @@ <h3>Processing Model</h3>
to allow the document to be unloaded</a>.</li>
</ol>
</li>
<li id="step-create-object">Create a new <a>PerformanceNavigationTiming</a> object.
</li>
<li id="step-create-object">Create a new <a>PerformanceNavigationTiming</a> object and add it to the <a href='https://w3c.github.io/performance-timeline/#dfn-performance-entry-buffer'>performance entry buffer</a>.</li>
<li>Set <a>name</a> to the <code>DOMString</code> "<code>document</code>".</li>
<li>Set <a>entryType</a> and <a>initiatorType</a> to the <code>DOMString</code> "<code>navigation</code>".</li>
<li>Set <a>startTime</a> to a <a href="https://www.w3.org/TR/hr-time/#dom-domhighrestimestamp">DOMHighResTimeStamp</a> with a time value of zero, and <a href="https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-nextHopProtocol"><code>nextHopProtocol</code></a> to the empty <code>DOMString</code>.</li>
Expand Down Expand Up @@ -581,7 +580,6 @@ <h3>Processing Model</h3>
equal to the difference between <a link-for="PerformanceNavigationTiming">loadEventEnd</a> and <a>startTime</a>, respectively.
</li>
<li><a href='http://w3c.github.io/performance-timeline/#dfn-queue-a-performanceentry'>Queue</a> the new <a>PerformanceNavigationTiming</a> object.</li>
<li>Add the new <a>PerformanceNavigationTiming</a> object to the <a href='https://w3c.github.io/performance-timeline/#dfn-performance-entry-buffer'>performance entry buffer</a>.</li>
</ol>

<p>Some user agents maintain the DOM structure of the document in memory
Expand Down

0 comments on commit a5ec748

Please sign in to comment.