mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 11:46:39 +01:00
12 lines
169 B
JavaScript
12 lines
169 B
JavaScript
|
|
self.addEventListener('activate', function (event) {
|
|
|
|
});
|
|
|
|
self.addEventListener('fetch', function (event) {
|
|
|
|
});
|
|
|
|
self.addEventListener('push', function (event) {
|
|
|
|
}); |