summaryrefslogtreecommitdiff
path: root/js/libdeno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/libdeno.ts')
-rw-r--r--js/libdeno.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/libdeno.ts b/js/libdeno.ts
index 623bfeea2..9745365b0 100644
--- a/js/libdeno.ts
+++ b/js/libdeno.ts
@@ -17,6 +17,8 @@ interface Libdeno {
print(x: string, isErr?: boolean): void;
+ shared: ArrayBuffer;
+
setGlobalErrorHandler: (
handler: (
message: string,