index
:
firefox
debian
progress-linux
upstream
debian 12: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dom
/
serviceworkers
/
test
/
install_event_worker.js
blob: 1f0815c8f04483c48bb1430df11ef7c22c7a7358 (
plain
)
1
2
3
oninstall
=
function
(
e
)
{
dump
(
"Got install event\n"
);
};