sw.js 84 B

123
  1. self.addEventListener('install', function (event) {
  2. console.log('Installed');
  3. });