learning-manifest-v3 icon indicating copy to clipboard operation
learning-manifest-v3 copied to clipboard

Episode 7: chrome.runtime.onReload

Open lawlietmester opened this issue 4 years ago • 0 comments

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.

lawlietmester avatar Oct 09 '20 05:10 lawlietmester