File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -270,9 +270,6 @@ added: v16.11.0
270
270
* ` signal` {AbortSignal|undefined} **Default:** ` undefined `
271
271
* Returns: {fs.ReadStream}
272
272
273
- Unlike the 16 KiB default ` highWaterMark` for a {stream.Readable}, the stream
274
- returned by this method has a default ` highWaterMark` of 64 KiB.
275
-
276
273
` options` can include ` start` and ` end` values to read a range of bytes from
277
274
the file instead of the entire file. Both ` start` and ` end` are inclusive and
278
275
start counting at 0, allowed values are in the
@@ -2551,9 +2548,6 @@ changes:
2551
2548
* `signal` {AbortSignal|null} **Default:** `null`
2552
2549
* Returns: {fs.ReadStream}
2553
2550
2554
- Unlike the 16 KiB default `highWaterMark` for a {stream.Readable}, the stream
2555
- returned by this method has a default `highWaterMark` of 64 KiB.
2556
-
2557
2551
`options` can include `start` and `end` values to read a range of bytes from
2558
2552
the file instead of the entire file. Both `start` and `end` are inclusive and
2559
2553
start counting at 0, allowed values are in the
You can’t perform that action at this time.
0 commit comments