proxy getRegistration

This commit is contained in:
velzie 2024-08-03 11:52:42 -04:00
parent dad499f5c4
commit 3ebbc5e430
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
3 changed files with 14 additions and 7 deletions

View file

@ -47,6 +47,9 @@ export class ScramjetServiceWorkerRuntime {
installing: null,
waiting: null,
};
// @ts-ignore
this.client.global.ServiceWorkerGlobalScope = this.client.global;
}
}