mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
properly rewrite postmessage
This commit is contained in:
parent
34c3cc5094
commit
c2d147442e
9 changed files with 134 additions and 17 deletions
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
|
@ -4,3 +4,5 @@ declare const dbg: {
|
|||
error: (message: string, ...args: any[]) => void;
|
||||
debug: (message: string, ...args: any[]) => void;
|
||||
};
|
||||
|
||||
declare type Self = Window & typeof globalThis;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue