From b3264cfc2e2355d90da26b3e63559462b4f68c1d Mon Sep 17 00:00:00 2001 From: siusin Date: Thu, 13 Nov 2025 16:51:46 +0800 Subject: [PATCH] add implementation report --- index.bs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.bs b/index.bs index 32854c99..8eb71c21 100644 --- a/index.bs +++ b/index.bs @@ -7,13 +7,14 @@ Shortname: service-workers Level: None Editor: Monica Chintala, w3cid 160353, Microsoft, monicach@microsoft.com Editor: Yoshisato Yanagisawa, w3cid 142513, Google, yyanagisawa@chromium.org -Former Editor: Alex Russell, Google, slightlyoff@chromium.org +Former Editor: Alex Russell, w3cid 43338, Google, slightlyoff@chromium.org Former Editor: Jake Archibald, w3cid 76394, Google, jakearchibald@chromium.org -Former Editor: Jungkee Song, Microsoft‚ represented Samsung until April 2018, jungkee.song@microsoft.com +Former Editor: Jungkee Song, w3cid 51966, Microsoft‚ represented Samsung until April 2018, jungkee.song@microsoft.com Former Editor: Marijn Kruisselbrink, w3cid 72440, Google, mek@chromium.org Repository: w3c/ServiceWorker Group: webapps Test Suite: https://github.com/web-platform-tests/wpt/tree/master/service-workers +Implementation Report: https://wpt.fyi/results/service-workers Status Text: This is a living document. Readers need to be aware that this specification may include unimplemented features, and details that may change. Service Workers 1 is a version that is advancing toward a W3C Recommendation. Abstract: The core of this specification is a worker that wakes to receive events. This provides an event destination that can be used when other destinations would be inappropriate, or no other destination exists. Abstract: