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

x/deno/ext/web/lib.deno_web.d.ts>TransformStreamDefaultController

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface TransformStreamDefaultController
import { type TransformStreamDefaultController } from "https://deno.land/x/deno@v1.38.1/ext/web/lib.deno_web.d.ts";

Type Parameters

optional
O = any

Properties

readonly
desiredSize: number | null

Methods

enqueue(chunk: O): void
error(reason?: any): void
terminate(): void
variable TransformStreamDefaultController
import { TransformStreamDefaultController } from "https://deno.land/x/deno@v1.38.1/ext/web/lib.deno_web.d.ts";

type

{ readonly prototype: TransformStreamDefaultController; new (): never; }