Interface WritableStreamDefaultWriter<W>

This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink.

Type Parameters

  • W = any

Hierarchy

  • WritableStreamDefaultWriter

Properties

closed: Promise<undefined>
desiredSize: null | number
ready: Promise<undefined>

Methods

Generated using TypeDoc