You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
addons-linter was patched before to emit only a warning when background.service_worker is used without scripts/page (#5152). The warnings are still not very helpful.
Instead of a generic "/background/service_worker" is not supported.", we should print a helpful message that encourages the use of scripts. For more details on why and what, see my write-up for web-ext run at mozilla/web-ext#3101
The relevant implementation was last touched for #5152, at
addons-linter was patched before to emit only a warning when
background.service_worker
is used without scripts/page (#5152). The warnings are still not very helpful.Instead of a generic "/background/service_worker" is not supported.", we should print a helpful message that encourages the use of
scripts
. For more details on why and what, see my write-up forweb-ext run
at mozilla/web-ext#3101The relevant implementation was last touched for #5152, at
addons-linter/src/parsers/manifestjson.js
Lines 568 to 576 in 40fa69a
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: