diff --git a/index.html b/index.html index a756f0d..bfd3bdf 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@

Cooperative Scheduling of Background Tasks

Introduction

-

Web pages often want to execute computation tasks on the browser's event +

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