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
Configure the existing background page (i.e. src/pages/background.html) to instead be an event page. This will help make the memory footprint more manageable by Chrome itself.
Configure the existing background page (i.e.
src/pages/background.html
) to instead be an event page. This will help make the memory footprint more manageable by Chrome itself.Although the configuration change is minimal, any usage of the synchronous chrome.extension.getBackgroundPage must be replaced with the asynchronous chrome.runtime.getBackgroundPage, which will require more effort.
The text was updated successfully, but these errors were encountered: