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
79 B
JavaScript
Raw Normal View History

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