We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3ac97 commit f67e107Copy full SHA for f67e107
deps/undici/src/types/dispatcher.d.ts
@@ -142,9 +142,6 @@ declare namespace Dispatcher {
142
export interface PipelineOptions extends RequestOptions {
143
/** `true` if the `handler` will return an object stream. Default: `false` */
144
objectMode?: boolean;
145
- // https://github.com/nodejs/node/issues/34805#issuecomment-1345655205
146
- /** Default: `false` */
147
- end?: boolean;
148
}
149
export interface UpgradeOptions {
150
path: string;
0 commit comments