From c14e4b0764b04051735ebbf497a39d09ddb2a440 Mon Sep 17 00:00:00 2001 From: Scott Haseley Date: Fri, 6 Feb 2026 15:02:08 -0800 Subject: [PATCH] test --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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