UNPKG

vue-storefront

Version:
17 lines (10 loc) 372 B
'use strict' /* Service worker extensions for theme STARTER Add your own Service worker code here - for example using sw-toolbox library: toolbox.router.get("/", toolbox.cacheFirst, {}); toolbox.router.get("/catalog", toolbox.fastest, {}); The code will be merged with default Service Worker */ self.addEventListener('message', function (event) { })