| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ec67e24 commit df5b1e1
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -399,7 +399,7 @@ added: v25.9.0 | |||
| 399 | 399 | reached, whichever comes first. **Default:** read until EOF. | |
| 400 | 400 | * `chunkSize` {number} Size in bytes of the buffer allocated for each | |
| 401 | 401 | read operation. **Default:** `131072` (128 KB). | |
| 402 | - * Returns: {AsyncIterable\<Uint8Array\[]>} | ||
| 402 | + * Returns: {AsyncIterable} whose chunks fulfill with {Uint8Array\[]} | ||
| 403 | 403 | ||
| 404 | 404 | Return the file contents as an async iterable using the | |
| 405 | 405 | [`node:stream/iter`][] pull model. Reads are performed in `chunkSize`-byte | |
@@ -473,7 +473,7 @@ added: v25.9.0 | |||
| 473 | 473 | iterator. **Default:** read until EOF. | |
| 474 | 474 | * `chunkSize` {number} Size in bytes of the buffer allocated for each | |
| 475 | 475 | read operation. **Default:** `131072` (128 KB). | |
| 476 | - * Returns: {Iterable\<Uint8Array\[]>} | ||
| 476 | + * Returns: {Iterable} whose chunks return {Uint8Array\[]} | ||
| 477 | 477 | ||
| 478 | 478 | Synchronous counterpart of [`filehandle.pull()`][]. Returns a sync iterable | |
| 479 | 479 | that reads the file using synchronous I/O on the main thread. Reads are | |
@@ -9315,7 +9315,7 @@ the file contents. | |||
| 9315 | 9315 | [`minimatch`]: https://github.com/isaacs/minimatch | |
| 9316 | 9316 | [`node:stream/iter`]: stream_iter.md | |
| 9317 | 9317 | [`statfs.bsize`]: #statfsbsize | |
| 9318 | - [`stream/iter pipeTo()`]: stream_iter.md#pipetosource-transforms-writer | ||
| 9318 | + [`stream/iter pipeTo()`]: stream_iter.md#pipetosource-transforms-writer-options | ||
| 9319 | 9319 | [`stream/iter pull()`]: stream_iter.md#pullsource-transforms-options | |
| 9320 | 9320 | [`stream/iter pullSync()`]: stream_iter.md#pullsyncsource-transforms | |
| 9321 | 9321 | [`util.promisify()`]: util.md#utilpromisifyoriginal | |
| Back | FazBrowse Home | New Git URL |
0 commit comments