Skip to content

Commit

Permalink
Update Firefox data for javascript.statements.import.service_worker_s…
Browse files Browse the repository at this point in the history
…upport (#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 <[email protected]>
  • Loading branch information
queengooborg and Elchi3 authored Jul 1, 2024
1 parent 3e1b763 commit 319f3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/statements.json
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,8 @@
},
"edge": "mirror",
"firefox": {
"version_added": "114"
"version_added": false,
"impl_url": "https://bugzil.la/1360870"
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit 319f3bd

Please sign in to comment.