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
Unfortunately, this option is not supported by Firefox hence the warning message.
Currently, we are using the same manifest for Firefox and Chromium-based browsers but we could decide to use specific manifest for Firefox.
The warning message is annoying and confusing but I'm not sure it's worth it maintenance wise to build two packages (instead of one) with a specific manifest to accommodate Firefox.
Another idea would be to use background.persistent: true but I think it's better to use a non persistent page (when possible):
true indicates the background page is to be kept in memory from when the extension is loaded or the browser starts until the extension is unloaded or disabled, or the browser is closed (i.e. the background page is persistent).
Affects Firefox
77.0.1
, Asciidoctor.js Live Preview 2.6.0.1 and previous 2.5.0.Description
Reloading the extension causes some warnings. It does not prevent proper display of the document.
Steps to reproduce
Warning Details
Possibly Related
#302 produces equivalent warnings, but by reloading they can be triggered without using the include directive.
Attachments
The text was updated successfully, but these errors were encountered: