From c707eef8c3980b1ca917bd509c5d24022e9f6f34 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Thu, 3 Oct 2024 03:18:02 +0800 Subject: [PATCH 1/3] add notes --- api/Worker.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/Worker.json b/api/Worker.json index c13bf02ea678a2..7d3c7af47c6286 100644 --- a/api/Worker.json +++ b/api/Worker.json @@ -6,7 +6,8 @@ "spec_url": "https://html.spec.whatwg.org/multipage/workers.html#dedicated-workers-and-the-worker-interface", "support": { "chrome": { - "version_added": "2" + "version_added": "2", + "notes": "Not available in Shared Workers. See bug 40695450." }, "chrome_android": "mirror", "deno": { From bd61d7e45c27027edc1ac17aaa35b83fadd671f0 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:05:33 +0800 Subject: [PATCH 2/3] correct versions --- api/Worker.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/api/Worker.json b/api/Worker.json index 7d3c7af47c6286..bc73128cc4cf10 100644 --- a/api/Worker.json +++ b/api/Worker.json @@ -301,6 +301,44 @@ } } }, + "worker_support": { + "__compat": { + "description": "Available in workers", + "support": { + "chrome": { + "version_added": "69", + "partial_implementation": true, + "notes": "Not available in Shared Workers. See bug 40695450." + }, + "chrome_android": "mirror", + "edge": "mirror", + "firefox": { + "version_added": "34" + }, + "firefox_android": "mirror", + "ie": { + "version_added": false + }, + "oculus": "mirror", + "opera": "mirror", + "opera_android": "mirror", + "safari": { + "version_added": "16.4", + "partial_implementation": true, + "notes": "Not available in Shared Workers. See bug 265263." + }, + "safari_ios": "mirror", + "samsunginternet_android": "mirror", + "webview_android": "mirror", + "webview_ios": "mirror" + }, + "status": { + "experimental": false, + "standard_track": true, + "deprecated": false + } + } + }, "error_event": { "__compat": { "description": "error event", From 6c2bd5a63759a50ec37320ca9b05e446bb9b4b76 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:12:57 +0800 Subject: [PATCH 3/3] remove extra note --- api/Worker.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/Worker.json b/api/Worker.json index bc73128cc4cf10..f99512699e4840 100644 --- a/api/Worker.json +++ b/api/Worker.json @@ -6,8 +6,7 @@ "spec_url": "https://html.spec.whatwg.org/multipage/workers.html#dedicated-workers-and-the-worker-interface", "support": { "chrome": { - "version_added": "2", - "notes": "Not available in Shared Workers. See bug 40695450." + "version_added": "2" }, "chrome_android": "mirror", "deno": {