WebStreamsWritableStreamDefaultWriterinterface WritableStreamDefaultWriterThis 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 = anyProperties #readonly#closed: Promise<undefined>readonly#desiredSize: number | nullreadonly#ready: Promise<undefined>Methods ##abort(reason?: any): Promise<void>#close(): Promise<void>#releaseLock(): void#write(chunk?: W): Promise<void>variable WritableStreamDefaultWriterProperties #readonly#prototype: WritableStreamDefaultWriter
interface WritableStreamDefaultWriterThis 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 = anyProperties #readonly#closed: Promise<undefined>readonly#desiredSize: number | nullreadonly#ready: Promise<undefined>Methods ##abort(reason?: any): Promise<void>#close(): Promise<void>#releaseLock(): void#write(chunk?: W): Promise<void>