FoundKey/packages/sw
Michcio 026941ce77
Some checks failed
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline failed
ci/woodpecker/pr/test Pipeline failed
sw: Remove fetch handler from service worker
In current state, service worker overloads every "connection error"
kind of reaction to a plaintext 200 saying "Offline.", which leads
to terribly undebuggable situations as the browser decides to cache
this as an image, and then someone's pfp is broken literally
forever unless you Ctrl+Shift+R every time you reload frontend.

This change removes the handler, because it is unclear how we even
benefit from it being there.
2022-09-06 23:24:23 +02:00
..
src sw: Remove fetch handler from service worker 2022-09-06 23:24:23 +02:00
.eslintrc.js sw: fix eslintrc 2022-09-06 11:23:46 -04:00
build.js feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00
package.json Use native shell commands for clean/clean-all 2022-09-05 04:43:40 -04:00
tsconfig.json feat: Improve Push Notification (#7667) 2022-04-30 21:52:07 +09:00