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
I was looking through the code for how chrome.alarms is used, and I see there's a check for if (!isBackgroundPage()). This will return in the case of manifest v3, and the alarms and cleanup will not happen.
The text was updated successfully, but these errors were encountered:
I’m computer-less at the moment so I won’t be able to release it this week. For now you might be able to run npm install fregante/webext-storage-cache and hope that npm builds it from GitHub.
I was looking through the code for how chrome.alarms is used, and I see there's a check for
if (!isBackgroundPage())
. This will return in the case of manifest v3, and the alarms and cleanup will not happen.The text was updated successfully, but these errors were encountered: