problem description after vue-cli re-build, the nginx application is not updated, and the resource obtained by the browser is from ServiceWorker . the environmental background of the problems and what methods you have tried remove it directly i...
in the vue-cli project, I registered service worker was registered with scope: static 1. Does this mean that service worker will only process requests that start with static? Other requests, such as logon, test, are no longer cached? 2. If...
did not notice that Service work, is used in create-react-app to modify the code after it is launched, and the browser cannot be updated. How to make html update forcefully. before index.js did not add hash, now index on the server all add hash. Some ...
wants to do a daemon process on the server side, which is similar to a http server, but can run parsing and service worker (compatible browser side service worker api), on it so that the server side s capabilities can be extended through service worker...
the introduction of serviceWorker on the network that we have seen so far is, without exception, caching resources that belong to the same domain as the page. What if the cache is cross-domain? Here is a configuration for local resources: <script>...
read an article about Service worker on the Internet http: www.zhangxinxu.com wor., but the example cache in it doesn t work. My browser is already the latest Google browser . it can be run under Firefox. The code should be fine. I want to know...