本文介绍了如果 update() 不可用,则以编程方式更新 Service Worker的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何以编程方式更新 Service Worker 自 ServiceWorkerRegistration.update()
还没有在 Chrome 中实现吗?有没有替代品?
How can I programmatically update service worker since ServiceWorkerRegistration.update()
has not been implemented in Chrome yet? Is there an alternative?
推荐答案
我想你现在已经明白了,但我认为你想要 serviceWorker.skipWaiting()
I assume you got this by now but I think you want serviceWorker.skipWaiting()
这篇关于如果 update() 不可用,则以编程方式更新 Service Worker的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!