summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-10-24 02:17:10 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-10-24 14:52:38 -0700
commit0501330607b000e0913994e633b76410e1fd162c (patch)
tree218195aecec88c437cd99b93404ffe8b6e4eb7bb /js
parent61cda728816b5916180f22d977ba741e2fadc8d9 (diff)
Add libdeno.shared global shared ArrayBuffer.
Diffstat (limited to 'js')
-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,