mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-08 12:16:39 +01:00
project started, some html and js files added, showing events and users work communicating with server api
This commit is contained in:
12
www/service-worker.js
Normal file
12
www/service-worker.js
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
self.addEventListener('activate', function (event) {
|
||||
|
||||
});
|
||||
|
||||
self.addEventListener('fetch', function (event) {
|
||||
|
||||
});
|
||||
|
||||
self.addEventListener('push', function (event) {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user