electron/spec/fixtures/api/service-workers/sw.js

4 lines
79 B
JavaScript
Raw Normal View History

self.addEventListener('install', function () {
2020-08-27 08:31:51 -06:00
console.log('Installed');
});