diff options
Diffstat (limited to 'cli/js/globals.ts')
-rw-r--r-- | cli/js/globals.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/js/globals.ts b/cli/js/globals.ts index 1104762b9..ada491bde 100644 --- a/cli/js/globals.ts +++ b/cli/js/globals.ts @@ -91,6 +91,8 @@ declare global { data?: ArrayBufferView ): null | Uint8Array; + setMacrotaskCallback(cb: () => boolean): void; + shared: SharedArrayBuffer; evalContext( |