-
it seems that the service worker in the landing page is caching the site - thus preventing us from switching to another home page by means of DNS.
We need to approach this carefully - and understand …
-
Would it be feasible to add a section on JS Service Workers (and the methodolgy for analysis of JS Service Workers) to the guide ? This would focus mostly on client side testing but would also cover p…
-
-
In vue UI
![image](https://user-images.githubusercontent.com/30089652/68958228-fd70b900-07cb-11ea-83d3-809604d542f5.png)
When I go http://localhost:8001/
![image](https://user-images.githubusercont…
-
The page http://www.html5rocks.com/en/features/offline does not mention service workers.
This misleading page is being found by developers who are looking for information on how to make their sites w…
-
I've seen several of the service worker samples that have fallbacks, workarounds
for earlier versions of Chrome, and perhaps outdated practices. This can be confusing when someone is trying to learn …
-
Currently a worker needs a scheduler address in order to start. This can cause issues in two situations:
1. If the scheduler and workers are started at the same time then it can take twice as lon…
-
This will be a huge step, but as far as I know we will get ServiceWorker with FxOS 2.5. We should detect if we can uses them and if available do the connecting part in the worker, so eventually we are…
-
https://www.polymer-project.org/2.0/toolbox/service-worker
https://developers.google.com/web/fundamentals/getting-started/primers/service-workers
https://github.com/GoogleChrome/sw-precache/blob/mas…
tanbt updated
7 years ago
-
On http://rv.process.studio I get:
`main.js:1 DOMException: Only secure origins are allowed (see: https://goo.gl/Y0ZkNV).`
Seems like Service Workers need HTTPS. `localhost` is also a 'secure orig…