summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/skip_waiting_installed_worker.js
blob: a142576b9d5ee495a30ca726db7853162a24acb7 (plain)
1
2
3
4
5
6
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

self.addEventListener("install", evt => {
  evt.waitUntil(self.skipWaiting());
});