WritableStream
WritableStream: {<W>(underlyingSink?, strategy?): WritableStream<W>; prototype: WritableStream;};
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:299
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;