Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3c8237

Browse filesBrowse files
Jungku LeeRafaelGSS
authored andcommitted
fs: update params in jsdoc for createReadStream and createWriteStream
PR-URL: #51063 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Raz Luvaton <rluvaton@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com>
1 parent 5112306 commit c3c8237
Copy full SHA for c3c8237

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Open diff view settings
Collapse file

‎lib/fs.js‎

Copy file name to clipboardExpand all lines: lib/fs.js
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3092,6 +3092,7 @@ function lazyLoadStreams() {
30923092
* end?: number;
30933093
* highWaterMark?: number;
30943094
* fs?: object | null;
3095+
* signal?: AbortSignal | null;
30953096
* }} [options]
30963097
* @returns {ReadStream}
30973098
*/
@@ -3112,6 +3113,8 @@ function createReadStream(path, options) {
31123113
* emitClose?: boolean;
31133114
* start: number;
31143115
* fs?: object | null;
3116+
* signal?: AbortSignal | null;
3117+
* highWaterMark?: number;
31153118
* flush?: boolean;
31163119
* }} [options]
31173120
* @returns {WriteStream}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.