UNPKG

vue-storefront

Version:
15 lines (9 loc) 317 B
'use strict' /* Service worker extensions for theme DEFAULT Add your own Service worker code here - for example using sw-toolbox library: toolbox.router.get("/", toolbox.cacheFirst, {}); toolbox.router.get("/catalog", toolbox.fastest, {}); */ self.addEventListener('message', function (event) { })