We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750070 commit bac982bCopy full SHA for bac982b
lib/fs.js
@@ -3092,6 +3092,7 @@ function lazyLoadStreams() {
3092
* end?: number;
3093
* highWaterMark?: number;
3094
* fs?: object | null;
3095
+ * signal?: AbortSignal | null;
3096
* }} [options]
3097
* @returns {ReadStream}
3098
*/
@@ -3112,6 +3113,8 @@ function createReadStream(path, options) {
3112
3113
* emitClose?: boolean;
3114
* start: number;
3115
3116
3117
+ * highWaterMark?: number;
3118
* flush?: boolean;
3119
3120
* @returns {WriteStream}
0 commit comments