workbox icon indicating copy to clipboard operation
workbox copied to clipboard

`precacheAndRoute` should return a promise

Open nomagick opened this issue 2 years ago • 0 comments

Welcome! Please use this template for reporting bugs or requesting features. For questions about using Workbox, the best place to ask is Stack Overflow, tagged with [workbox]: https://stackoverflow.com/questions/ask?tags=workbox

Library Affected: workbox-sw

Browser & Platform: all browsers

Issue or Feature Request Description: precacheAndRoute should return a promise.

So that precacheAndRoute(...).then(()=> self.skipWaiting()) is possible.

nomagick avatar May 23 '23 14:05 nomagick