UNPKG
minxing-tools-core
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Minxing 开发插件 核心依赖
github.com/MEANyehoon/minxing-tools-core
MEANyehoon/minxing-tools-core
minxing-tools-core
/
project_template
/
html5
/
JIANHANG_HONGBAO
/
www
/
service-worker.js
11 lines
(6 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
self
.addEventListener(
'activate'
,
function
(event)
{ });
self
.addEventListener(
'fetch'
,
function
(event)
{ });
self
.addEventListener(
'push'
,
function
(event)
{ });