Created
June 20, 2023 06:25
-
-
Save YonatanKra/f5d61c3feb2b33a8f21f309e11872307 to your computer and use it in GitHub Desktop.
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
self.addEventListener('install', (event) => { | |
event.waitUntil( | |
addResourcesToCache([ | |
'./', | |
'./index.html', | |
'/assets/styles/core/all.css', | |
'/assets/scripts/vivid-components.js', | |
'/assets/scripts/live-sample.js', | |
]) | |
); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment