mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 20:59:10 +00:00
Add libdeno.shared global shared ArrayBuffer.
This commit is contained in:
parent
61cda72881
commit
0501330607
10 changed files with 128 additions and 55 deletions
|
|
@ -17,6 +17,8 @@ interface Libdeno {
|
|||
|
||||
print(x: string, isErr?: boolean): void;
|
||||
|
||||
shared: ArrayBuffer;
|
||||
|
||||
setGlobalErrorHandler: (
|
||||
handler: (
|
||||
message: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue