From 319f3bd1702f1f6570b13ca9649341d98bedc4ee Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 1 Jul 2024 01:28:38 -0700 Subject: [PATCH] Update Firefox data for javascript.statements.import.service_worker_support (#23555) * Update Firefox data for javascript.statements.import.service_worker_support This PR updates and corrects version values for Firefox and Firefox Android for the `import.service_worker_support` member of the `statements` JavaScript feature. This fixes #23554, which contains the supporting evidence for this change. Additional Notes: It is worth noting that this feature, and a subfeature of `ServiceWorker` indicating ECMAScript module support, were both added in #19835. It has been confirmed that ECMAScript modules aren't supported in Service Workers in Firefox yet. * Add impl_url --------- Co-authored-by: Florian Scholz --- javascript/statements.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript/statements.json b/javascript/statements.json index 2882b6c221b1e9..5b5d5b235033dd 100644 --- a/javascript/statements.json +++ b/javascript/statements.json @@ -1584,7 +1584,8 @@ }, "edge": "mirror", "firefox": { - "version_added": "114" + "version_added": false, + "impl_url": "https://bugzil.la/1360870" }, "firefox_android": "mirror", "ie": {