UnderlyingSink
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:160
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
W | any |
Properties
Section titled “Properties”abort?
Section titled “abort?”optional abort: UnderlyingSinkAbortCallback;
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:161
close?
Section titled “close?”optional close: UnderlyingSinkCloseCallback;
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:162
start?
Section titled “start?”optional start: UnderlyingSinkStartCallback;
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:163
optional type: undefined;
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:164
write?
Section titled “write?”optional write: UnderlyingSinkWriteCallback<W>;
Defined in: node_modules/.pnpm/@types+node@24.7.0/node_modules/@types/node/stream/web.d.ts:165