-
# User story
As a website visitor,
I want web pages to be cached,
so I get a fast and reliable experience.
# Strategy
Add a Service Worker with a strategy to use recently cached pages (x mi…
-
@amatiasq feel free to use this GH issue to write details of your proposal from Discord here
https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Tutorials/js13kGames/Offline_Servi…
-
-
We need a WASM service worker to replace the `serviceWorker.js` file we are currently using.
The service worker needs to be capable of:
- Caching static content to avoid refresh heavy WASM bina…
-
### Problem
Currently, logs are captured using the `appLogs/startCapture` mechanism, which is used to save logs that users can submit for troubleshooting. This approach works well for the app curre…
-
I just installed the code and haven’t changed anything yet, just ran it.
```
PS D:\Code\Chrome\ext-kaz-ra> npm run dev
> ext-kaz-ra@0.0.0 dev
> vite
Port 5173 is in use, trying another one.…
-
# ServiceWorker 이모저모 이야기 | SOSOLOG
ServiceWorker는 웹 서비스에서도 백그라운드 동기화, 푸시 알림 등이 가능하도록 지원해주는 도구입니다. 이 글에서는 서비스워커에 대한 소개와 간단하게 CRA기반에서 어떻게 cache…
[https://so-so.dev/web/service-worker/](https://so-so.d…
-
### Describe the bug
I'm trying to add HMR to a service worker, I don't know if I can do that, right now it is failing.
The sw code:
![The sw code](https://i.imgur.com/HVAEWFp.png)
The cli…
-
### Which @angular/* package(s) are the source of the bug?
service-worker
### Is this a regression?
No
### Description
I am using the Angular Service Worker, and it works well overall. However, I…
-
# Service Worker Lifecycle Explained | Felix Gerschau
Explaining the lifecycle of Service Workers in PWAs and how to update them as fast as possible.
[https://felixgerschau.com/service-worker-lifecy…