repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1884032 [wpt PR 44942] - [css-color] add missing colorscheme-aware tests, a=testonly
[gecko.git]
/
dom
/
serviceworkers
/
test
/
skip_waiting_installed_worker.js
blob
a142576b9d5ee495a30ca726db7853162a24acb7
1
/* Any copyright is dedicated to the Public Domain.
2
* http://creativecommons.org/publicdomain/zero/1.0/ */
3
4
self.addEventListener("install", evt => {
5
evt.waitUntil(self.skipWaiting());
6
});