Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
class TransformStreamDefaultControllerImpl
import { TransformStreamDefaultControllerImpl } from "https://deno.land/x/deno@v1.0.0/cli/js/web/streams/transform_stream_default_controller.ts";

Constructors

new
private
TransformStreamDefaultControllerImpl()

Type Parameters

optional
I = any
optional
O = any

Properties

readonly
desiredSize: number | null
[sym.controlledTransformStream]: TransformStreamImpl<I, O>
[sym.flushAlgorithm]: FlushAlgorithm
[sym.transformAlgorithm]: TransformAlgorithm<I>

Methods

enqueue(chunk: O): void
error(reason?: any): void
terminate(): void
[customInspect](): string