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

Update message type in prefetch-on-demand controller #176

Closed Spomky closed 3 weeks ago

Spomky commented 3 weeks ago

The message type in the workbox.messageSW function call was updated from "PREFETCH" to "CACHE_URLS". Additionally, the payload property name was changed from "urls" to "urlsToCache" to reflect the latest method call changes.

Target branch: 1.1.x Resolves issue #