Skip to content

@ralphschuler.logger.Logger.<internal>.WritableStreamDefaultController

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: WritableStreamDefaultController

Logger.<internal>.WritableStreamDefaultController

This Streams API interface represents a controller allowing control of a WritableStream's state. When constructing a WritableStream, the underlying sink is given a corresponding WritableStreamDefaultController instance to manipulate.

Table of contents

Methods

Methods

error

error(e?): void

Parameters

Name Type
e? any

Returns

void

Defined in

node_modules/@types/node/stream/web.d.ts:267

Typescript Libraries

Modules

Namespaces

Clone this wiki locally