horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

improve service worker status #1

Closed horihiro closed 1 year ago

horihiro commented 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.

horihiro commented 1 year ago

service worker is removed.