WritableStreamDefaultWriter.ready
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.
Value
A Promise.