You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: index.html
+8-1
Original file line number
Diff line number
Diff line change
@@ -855,9 +855,16 @@ <h3>Processing Model</h3>
855
855
</li>
856
856
<li><ahref='https://www.w3.org/TR/performance-timeline-2/#dfn-queue-a-performanceentry'>Queue</a> the <a>PerformanceResourceTiming</a> object.
857
857
</li>
858
-
<li><adata-lt='add a PerformanceResourceTiming entry'>Add</a> the <a>PerformanceResourceTiming</a> object.
858
+
<li><adata-lt='add a PerformanceResourceTiming entry'>Add</a> the <a>PerformanceResourceTiming</a> object to the <ahref='https://www.w3.org/TR/performance-timeline-2/#dfn-performance-entry-buffer'>performance entry buffer</a>.</li>
859
859
</li>
860
860
</ol>
861
+
<pclass="note">
862
+
This specification does not specify whether steps 20 and 21 should run
863
+
before or after the <code>load</code> event of the resource. However, where
864
+
applicable, the user agent is encouraged to run them after the
865
+
<code>load</code> event of the resource has finished—see
0 commit comments