Skip to content

@ralphschuler.webgl shader factory.<internal>.WritableStreamDefaultController

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

Interface: WritableStreamDefaultController

@ralphschuler/webgl-shader-factory.<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.

MDN Reference

Table of contents

Properties

Methods

Properties

signal

Readonly signal: AbortSignal

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:26047

Methods

error

error(e?): void

MDN Reference

Parameters

Name Type
e? any

Returns

void

Defined in

node_modules/typescript/lib/lib.dom.d.ts:26049

Typescript Libraries

Modules

Namespaces

Clone this wiki locally