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 @@ -268,9 +268,6 @@ added: v16.11.0
268
268
* ` signal` {AbortSignal|undefined} **Default:** ` undefined `
269
269
* Returns: {fs.ReadStream}
270
270
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
-
274
271
` options` can include ` start` and ` end` values to read a range of bytes from
275
272
the file instead of the entire file. Both ` start` and ` end` are inclusive and
276
273
start counting at 0, allowed values are in the
@@ -2473,9 +2470,6 @@ changes:
2473
2470
* `signal` {AbortSignal|null} **Default:** `null`
2474
2471
* Returns: {fs.ReadStream}
2475
2472
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
-
2479
2473
`options` can include `start` and `end` values to read a range of bytes from
2480
2474
the file instead of the entire file. Both `start` and `end` are inclusive and
2481
2475
start counting at 0, allowed values are in the
You can’t perform that action at this time.
0 commit comments