This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
67dfc85442
electron
/
spec
/
fixtures
/
api
/
service-workers
/
sw.js
4 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: cleanup unusued variables + enable linting (#38898)
2023-06-26 03:51:54 -06:00
self
.
addEventListener
(
'install'
,
function
(
)
{
Bump v12.0.0-nightly.20200827
2020-08-27 08:31:51 -06:00
console
.
log
(
'Installed'
)
;
}
)
;