From 56abc8a078cd6cfc8dfe26f410e18bed9409d9b5 Mon Sep 17 00:00:00 2001 From: Winston Chang Date: Tue, 6 Aug 2024 10:33:44 -0500 Subject: [PATCH] Bump schema version --- src/shinylive-sw.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shinylive-sw.ts b/src/shinylive-sw.ts index c4c1d71f..68637a62 100644 --- a/src/shinylive-sw.ts +++ b/src/shinylive-sw.ts @@ -14,7 +14,7 @@ export type {}; declare const self: ServiceWorkerGlobalScope; const cacheName = "::shinyliveServiceworker"; -const version = "v8"; +const version = "v9"; // Modify a response so that the required CORP/COOP/COEP headers are in place // for cross-origin isolation. Required when using webR.