fix(core): update
This commit is contained in:
@@ -4,7 +4,7 @@ declare var self: env.ServiceWindow;
|
||||
|
||||
import { ServiceWorker } from './serviceworker.classes.serviceworker.js';
|
||||
|
||||
export const getServiceWorkerInstance = () => {
|
||||
export const getServiceWorkerInstance = async () => {
|
||||
const sw = new ServiceWorker(self);
|
||||
return sw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user