GoogleChrome / workbox

📦 Workbox: JavaScript libraries for Progressive Web Apps

Home Page:https://developers.google.com/web/tools/workbox/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Precaching doesn't work properly in Safari when offline

mdevils opened this issue · comments

Library Affected:
workbox-precaching

Browser & Platform:
Safari (both OSX and iOS)

Issue or Feature Request Description:
Here is a minimal example of a tiny page which works fine in Chrome, but doesn't work in Safari.

The only workaround I found is to access precaching via matchPrecache in catch handler.

Please, take a look at this repo, I described step-by-step reproduction steps there.

https://github.com/mdevils/workbox-offline-safari