workbox
workbox copied to clipboard
`precacheAndRoute` should return a promise
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.