summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/serviceworkers/skip_waiting_installed_worker.js
blob: 68573f1003a73348f6db555a1a24537a72fcbd1f (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());
});