Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 id="subtitle">Cooperative Scheduling of Background Tasks</h2>
</section>
<section class="informative">
<h2>Introduction</h2>
<p>Web pages often want to execute computation tasks on the browser's event
<p>Test. Web pages often want to execute computation tasks on the browser's event
loop which are not time-critical, but might take a significant portion of
time to perform. Examples of such background tasks include recording
analytics data, long running data processing operations, client-side
Expand Down
Loading