This commit is contained in:
velzie 2024-08-10 15:03:54 -04:00
parent 7b8d5d09b2
commit 3bc8dd34b9
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F
14 changed files with 144 additions and 93 deletions

View file

@ -17,6 +17,8 @@ export class ScramjetServiceWorker {
syncPool: Record<number, (val?: any) => void> = {};
synctoken = 0;
cookieStore = new self.$scramjet.shared.CookieStore();
serviceWorkers: FakeServiceWorker[] = [];
constructor() {