mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 23:30:00 -04:00
zoops
This commit is contained in:
parent
4ac0fce534
commit
8666196db3
2 changed files with 5 additions and 4 deletions
|
@ -45,6 +45,7 @@ export class ScramjetClient {
|
|||
documentProxy: any;
|
||||
windowProxy: any;
|
||||
locationProxy: any;
|
||||
serviceWorker: ServiceWorkerContainer;
|
||||
|
||||
cookieStore = new CookieStore();
|
||||
|
||||
|
@ -75,6 +76,7 @@ export class ScramjetClient {
|
|||
}
|
||||
|
||||
hook() {
|
||||
this.serviceWorker = navigator.serviceWorker;
|
||||
// @ts-ignore
|
||||
const context = import.meta.webpackContext(".", {
|
||||
recursive: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue