mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 13:00:36 -05:00
7 lines
155 B
TypeScript
7 lines
155 B
TypeScript
import * as ts from "typescript";
|
|
|
|
V8Worker2.recv((ab: ArrayBuffer) {
|
|
V8Worker2.print("Got array buffer", ab.byteLength);
|
|
});
|
|
|
|
V8Worker2.print("Hello");
|