ready property
The ready
read-only property of the
WritableStreamDefaultWriter interface returns a Promise
that resolves when the desired size of the stream's internal queue
transitions from
non-positive to positive, signaling that it is no longer applying
backpressure.
Implementation
external JSPromise<JSAny?> get ready;