ServiceWorker.js 110 B

123456
  1. self.addEventListener('install', function (e) {
  2. console.log('[Service Worker] Install');
  3. });