-
>I salute you for this effort, it won’t be trivial! For example, WKWebView doesn’t allow use of service workers… unless the domain you’re loading is included in the WKAppBoundDomains key of your app’s…
-
-
**Community Note**
* Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
* Please do not leave "+1" or "me too" comme…
-
Huly®: UBERF-7911
-
Man könnte einen Service Worker einrichten, damit der initiale Load schneller geht: http://ember-service-worker.com/
-
Service workers are a big part of modern web apps and while it's technically possible to create a service worker with Encore, to my knowledge it isn't straightforward.
- The service worker needs to…
-
I am using Cloudflare Workers with tRPC and Turborepo. I wrote a service with Workers and created an API using Service Bindings.
```
// @package/cfw-services
import { WorkerEntrypoint } from 'clo…
-
# 🐛 bug report
## Preflight Checklist
- [ ] I have read the [Contributing Guidelines][contributing] for this project.
- [ ] I agree to follow the [Code of Conduct][code_of_conduct] that thi…
-
### Is this a feature request or a bug?
Feature request
addons-linter supports the ``--enable-background-service-worker`` option on the command line. I would like to see this option supported in…
-
Cookies are lost if the service worker is refreshed or gets reconstructed.
I wonder if the `cookies` map should be dumped to `/config/init.json` like `settings` and `env`. That way they can persist…