We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffb641 commit f2cabf0Copy full SHA for f2cabf0
src/controller/index.ts
@@ -158,5 +158,3 @@ export class ScramjetController {
158
await this.#saveConfig();
159
}
160
161
-
162
-window.ScramjetController = ScramjetController;
src/types.ts
@@ -53,7 +53,6 @@ declare global {
53
COOKIE: string;
54
WASM: string;
55
REAL_WASM: Uint8Array;
56
- ScramjetController: typeof ScramjetController;
57
58
// the scramjet client belonging to a window
59
[SCRAMJETCLIENT]: ScramjetClient;
0 commit comments