Spomky-Labs / pwa-bundle

PHP library for generating a full featured PWA manifest
https://pwa.spomky-labs.com
MIT License
28 stars 1 forks source link

Prefetch Url does not send event #192

Closed Spomky closed 2 weeks ago

Spomky commented 2 weeks ago

Description

It could be interesting to send events when Workbox finished to prefetch all Urls. This will allow the developer to interact/trigger the UI when done.

Example

No response

tacman commented 2 weeks ago

Yes! For the audio-tour app, I want to prefetch all the mp3 files, so I'd like to put a spinner or progress bar on the landing page until everything is loaded.