mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-27 01:19:52 -04:00
11 lines
168 B
JavaScript
11 lines
168 B
JavaScript
![]() |
self.addEventListener('activate', function (event) {
|
||
|
|
||
|
});
|
||
|
|
||
|
self.addEventListener('fetch', function (event) {
|
||
|
|
||
|
});
|
||
|
|
||
|
self.addEventListener('push', function (event) {
|
||
|
|
||
|
});
|