UNPKG
npm-polymer-elements
Version:
latest (0.0.1)
0.0.1
Polymer Elements package for npm
npm-polymer-elements
/
sw-toolbox
/
demo
/
service-worker.js
10 lines
(7 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
importScripts
(
'../sw-toolbox.js'
); (
global
=> {
'use strict'
;
global
.toolbox.options.debug =
true
;
global
.toolbox.options.networkTimeoutSeconds =
10
;
global
.toolbox.router.
default
=
global
.toolbox.networkFirst; })(
self
);