Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class WriteWrap
extends AsyncWrap
import { WriteWrap } from "https://deno.land/std@0.163.0/node/internal_binding/stream_wrap.ts";

Constructors

new
WriteWrap()

Properties

_chunks: unknown[]
async: boolean
buffer: unknown
bytes: number
callback: unknown
handle: H
oncomplete: (status: number) => void