我的問題與
在這里您可以看到第 0 行中的 style.css。
當我重新加載我的網站時,我可以在 Chrome 的網路選項卡中看到 Service Worker 收到了對 style.css 的請求

單擊網路面板上的 style.css 條目后,我看到以下資訊:

在這里我可以看到 Response 的來源,上面寫著“Service Worker Cache Storage”。
這是否意味著 style.css 是從快取而不是網路發送到瀏覽器的?
I'm a bit confused about that because 
And on 
I don't think this is related to different versions of Google Chrome as I can reproduce the "(disk cache)" entry by using the (
uj5u.com熱心網友回復:
我已經設法為我的 pwa 創建離線支持。所以我認為檔案是從快取中加載的。
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/312662.html
標籤:javascript google-chrome google-chrome-devtools service-worker workbox
