UnderlyingSink
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:164
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.6.2/node_modules/@types/node/stream/web.d.ts:165
close?
Section titled “close?”optional close: UnderlyingSinkCloseCallback;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:166
start?
Section titled “start?”optional start: UnderlyingSinkStartCallback;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:167
optional type: undefined;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:168
write?
Section titled “write?”optional write: UnderlyingSinkWriteCallback<W>;
Defined in: node_modules/.pnpm/@types+node@24.6.2/node_modules/@types/node/stream/web.d.ts:169