Clarify auto-generation of background service worker#26164
Clarify auto-generation of background service worker#26164
Conversation
|
@dotproto but Firefox doesn't support service workers anyway, so why would there be an expectation that it would generate a background service worker? I think this note could be potentially confusing. Also, we provide more comprehensive information on the manifest key page: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/background#browser_support |
|
This pull request has merge conflicts that must be resolved before it can be merged. |
|
The current wording implies firefox would auto-generate a background service worker if |
|
@rebloor Safari does auto generate a service worker. However this is not common knowledge and the current wording in this PR indeed causes more confusion than it removes. |
|
@dotproto have you had a chance to review the feedback? |
|
Supercedeed by mdn/content#40825 |
Summary
This PR addresses the following feedback raised in another PR.
Originally posted by @carlosjeurissen in #25808 (comment)
Test results and supporting details
N/A
Related issues