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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
84 B
JavaScript
Raw Normal View History

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