-
> Steve Atkin, of the i18n WG, raise the following issue in email in Feb 2016 (see https://www.w3.org/Mail/flatten/index?subject=i18n-ISSUE-518&list=service-workers)
>
> There was some discussion a…
r12a updated
2 months ago
-
# Use case
Offline access and Offline Storage of webpages using serviceworker support
## Proposal
Working with ServiceWorker of browser to store data offline for offline access
-
But devtools test push works
![Screenshot 2020-11-06 at 12 20 07](https://user-images.githubusercontent.com/6201068/98348989-7fd03980-202a-11eb-8846-cbd92b5eeb91.png)
![Screenshot 2020-11-06 at 12…
-
Testing with Firefox 62 it appears that instead of a single service worker process shared among all tabs (per domain) there is now a service worker proccess **per tab** (per domain). Loading new pages…
-
### Describe the bug
As the title says, service-worker will not load correctly if you specify a subdirectory in config.paths.base.
The sample confirms that it works correctly if config.paths.base …
-
### Bug expectation
Context is in:
https://crbug.com/1371432
And the reproduction case is here: https://github.com/Manvel/puppeteer-kill-extension-sw.
I'm wondering what chromium DevTools co…
-
https://www.jianshu.com/p/4f07ef18b5d7
异步的,宏任务
https://www.html5rocks.com/zh/tutorials/workers/basics/
(JavaScript 深拷贝性能分析)[https://segmentfault.com/a/1190000013107871]
-
### Description
Hello!
When navigating beetween the pages, you see the refresh (blink) of the images (static, or background).
![android1](https://user-images.githubusercontent.com/644179/17531565…
-
__src/index.js__
---
```
...
import * as serviceWorker from './serviceWorker';
...
...
serviceWorker.unregister();
```
__Error message on my browser without src/serviceWorker.js__
---
…
-
As I understand it `` should load /example.png as if it was on the containing page.
To this end, I feel like the navigation should go via the parent page's service worker's fetch event.
Unfortunatel…