wip
This commit is contained in:
parent
79c06b5d3c
commit
93c6508a2a
|
@ -8,11 +8,6 @@ import { swLang } from '@/sw/lang';
|
||||||
import { swNotificationRead } from '@/sw/notification-read';
|
import { swNotificationRead } from '@/sw/notification-read';
|
||||||
import { pushNotificationData } from '../../types';
|
import { pushNotificationData } from '../../types';
|
||||||
|
|
||||||
//#region Variables
|
|
||||||
// const cacheName = `mk-cache-${_VERSION_}`;
|
|
||||||
const apiUrl = `${location.origin}/api/`;
|
|
||||||
//#endregion
|
|
||||||
|
|
||||||
//#region Lifecycle: Install
|
//#region Lifecycle: Install
|
||||||
self.addEventListener('install', ev => {
|
self.addEventListener('install', ev => {
|
||||||
// Nothing to do
|
// Nothing to do
|
||||||
|
|
Loading…
Reference in New Issue