Skip to content

Commit

Permalink
Add task source to queue a task
Browse files Browse the repository at this point in the history
Fixes #215
  • Loading branch information
npm1 committed Sep 15, 2020
1 parent 20c9fb8 commit 8dad5e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
github: "https://github.com/w3c/resource-timing/",
caniuse: "resource-timing",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/45211/status",
xref: true,
xref: ["html", "hr-time-2", "performance-timeline-2"],
};
</script>
</head>
Expand Down Expand Up @@ -617,7 +617,7 @@ <h3>The <dfn>PerformanceResourceTiming</dfn> Interface</h3>
<li>If the user agent waits for full handshake completion to send the
request, this interval includes the full TLS handshake even if other
requests were sent using early data on this connection.</li>
</ul>
</ul>

<p class=note>Example: Suppose the user agent establishes an HTTP/2 connection
over TLS 1.3 to send a GET request and a POST request. It sends the ClientHello
Expand Down Expand Up @@ -890,7 +890,9 @@ <h3>Extensions to the <code>Performance</code> Interface</h3>
following substeps:
<ol style="list-style-type: lower-latin;">
<li>Set <a>resource timing buffer full event pending flag</a> to true.</li>
<li>Queue a task to run <a>fire a buffer full event</a>.</li>
<li><a>Queue a task</a> on the <a href=
"https://w3c.github.io/performance-timeline/#dfn-performance-timeline-task-source">performance
timeline task source</a> test to run <a>fire a buffer full event</a>.</li>
</ol>
<li>Add <i>new entry</i> to the <a>resource timing secondary buffer</a>.</li>
<li>Increase <a>resource timing secondary buffer current size</a> by 1.</li>
Expand Down

0 comments on commit 8dad5e5

Please sign in to comment.