Skip to content

Commit cc97f66

Browse files
authored
Clarify auto-generation of background service worker
Follow up to mdn#25808
1 parent c124f98 commit cc97f66

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

webextensions/manifest/background.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@
109109
},
110110
"edge": "mirror",
111111
"firefox": {
112-
"version_added": false
112+
"version_added": false,
113+
"notes": "Does not auto-generate a background service worker when combined with `scripts`."
113114
},
114115
"firefox_android": "mirror",
115116
"opera": "mirror",
@@ -132,7 +133,10 @@
132133
},
133134
"firefox": {
134135
"version_added": "48",
135-
"notes": "Before Firefox 50, when the debugger is open, scripts are not always loaded in the order given in the array."
136+
"notes": [
137+
"Before Firefox 50, when the debugger is open, scripts are not always loaded in the order given in the array.",
138+
"Does not auto-generate a background service worker when combined with `preferred_environment`."
139+
]
136140
},
137141
"firefox_android": "mirror",
138142
"opera": "mirror",

0 commit comments

Comments
 (0)