File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,6 @@ added: v16.11.0
268268 * ` signal` {AbortSignal|undefined} **Default:** ` undefined `
269269* Returns: {fs.ReadStream}
270270
271- Unlike the 16 KiB default ` highWaterMark` for a {stream.Readable}, the stream
272- returned by this method has a default ` highWaterMark` of 64 KiB.
273-
274271` options` can include ` start` and ` end` values to read a range of bytes from
275272the file instead of the entire file. Both ` start` and ` end` are inclusive and
276273start counting at 0, allowed values are in the
@@ -2473,9 +2470,6 @@ changes:
24732470 * `signal` {AbortSignal|null} **Default:** `null`
24742471* Returns: {fs.ReadStream}
24752472
2476- Unlike the 16 KiB default `highWaterMark` for a {stream.Readable}, the stream
2477- returned by this method has a default `highWaterMark` of 64 KiB.
2478-
24792473`options` can include `start` and `end` values to read a range of bytes from
24802474the file instead of the entire file. Both `start` and `end` are inclusive and
24812475start counting at 0, allowed values are in the
You can’t perform that action at this time.
0 commit comments