Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/core/core.d.ts>DenoCore

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface DenoCore
import { type DenoCore } from "https://deno.land/x/deno@v0.13.0/core/core.d.ts";

Properties

sharedQueue: { head(): number; numRecords(): number; size(): number; push(buf: Uint8Array): boolean; reset(): void; shift(): Uint8Array | null; }

Methods

dispatch(control: Uint8Array, zeroCopy?: ArrayBufferView | null): Uint8Array | null
setAsyncHandler(cb: MessageCallback): void