Closed horihiro closed 1 year ago
Currently, the following code is used to keep service worker awake. https://github.com/horihiro/TextBlurrer-ChromeExtension/blob/286dafdf663c503030e90bb41b194d6d710b2622/background/service-worker.js#L31-L35
But the code depends on chrome's bug, so it is needed to find better imprementation.
service worker is removed.
Currently, the following code is used to keep service worker awake. https://github.com/horihiro/TextBlurrer-ChromeExtension/blob/286dafdf663c503030e90bb41b194d6d710b2622/background/service-worker.js#L31-L35
But the code depends on chrome's bug, so it is needed to find better imprementation.