WritableStream
WritableStream: {<W>(underlyingSink?, strategy?): WritableStream<W>;  prototype: WritableStream;};Defined in: node_modules/.pnpm/@types+node@24.7.2/node_modules/@types/node/stream/web.d.ts:295
Type Declaration
Section titled “Type Declaration”Parameters
Section titled “Parameters”| Parameter | Type | 
|---|---|
underlyingSink? | UnderlyingSink<W> | 
strategy? | QueuingStrategy<W> | 
Returns
Section titled “Returns”prototype
Section titled “prototype”prototype: WritableStream;