-
I think we've discussed this before, but I cannot find the issue. It would be nice to allow service workers to created nested dedicated workers via `new Worker()`. This would allow the service worke…
-
**Note**: This is assigned to myself.
This is a meta issue tracker for the [Service Worker Infrastructure](https://github.com/servo/servo/wiki/Summer-of-Code-2016:-ServiceWorker-infrastructure) pro…
-
Hey guys,
- this is not an issue per se, but I'd like to hear how you guys approach this scenario:
1. The site is translated using the new i18n tools, essentially statically generating an app for …
-
I have added the can't be evil header to https://oi-timesheet.com. The app is a PWA and works offline using service workers.
The first time, the app is loaded the extension is shown as "can't be ev…
-
http://www.html5rocks.com/en/tutorials/service-worker/introduction/
-
For performance improvement we're using service workers (provided by vue-cli). But the script caches too good, we can't see changes (like new videos) directly after a new deploy. We need to make sure …
-
## 缓存
缓存策略应该是 `networkFirst` 网络请求优先,而不是 `cacheFirst` 缓存优先。这样可以保证在每次打开页面时首先请求网络验证缓存是否需要更新。否则只要本地存在缓存时,都不会请求源服务器,即使源服务器已经更新,`client` 端仍会优先使用缓存。所以缓存策略应该是 `network first`。
以 [workbox] 为例:
```js
…
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single bug…
-
-
So, if I have this right, you can create a service consumable by SingularityNET. A clean way is to use Docker containers but I'm guessing that isn't a 100% requirement. I'm still not entirely clear on…