learning-manifest-v3
learning-manifest-v3 copied to clipboard
Episode 7: chrome.runtime.onReload
Hi. You mentioned:
Observe that your click counter has not reset, because local storage persists during extension reloads and reloading the extension does not fire chrome.runtime.onStartup. We could fix this by listening for chrome.runtime.onReload but it's not worth the trouble; just wanted to note here that it's expected behavior.
I checked for chrome.runtime.onReload
- it does not exist. Also I checked for anything with such functionality and found nothing.