-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding some logging for the precache details (#682)
* Adding some logging for the precache details * Removing bad import * Removing bad import * Minor tidy up and a test for the install result * minor tidy-up * Adding singlequotes * Fixing a linting issue * Extend the length of the browser and sw tests * Fixing failing test * Add an additional test to cater for the edge case I hit
- Loading branch information
Matt Gaunt
authored
Jul 14, 2017
1 parent
30335fc
commit d7fc469
Showing
5 changed files
with
123 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
workbox.logLevel = self.workbox.LOG_LEVEL.verbose; | ||
|
||
self.addEventListener('install', (event) => event.waitUntil(self.skipWaiting())); | ||
|
||
self.addEventListener('activate', (event) => event.waitUntil(self.clients.claim())); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters