You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(for new workbox.broadcastUpdate.Plugin("my-update-channel"), which actually works)
Without channelName, it doesn't get accepted:
Service worker generation failed: ValidationError: child "runtimeCaching" fails because ["runtimeCaching" at position 1 fails because [child "options" fails because [child "broadcastUpdate" fails because ["broadcastUpdate" must be an object]]]]
There is no {channelName: ...} in the test either:
Again
broadcastUpdate
with workbox-build@3.0.0-beta.1:workbox-build wants this:
(resulting in
new workbox.broadcastUpdate.Plugin({"channelName":"my-update-channel"})
)but it should be:
(for
new workbox.broadcastUpdate.Plugin("my-update-channel")
, which actually works)Without channelName, it doesn't get accepted:
There is no
{channelName: ...}
in the test either:workbox/test/workbox-broadcast-cache-update/static/sw.js
Lines 12 to 14 in 86c7ef7
The text was updated successfully, but these errors were encountered: