You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
-`offset` is an Integer with the byte offset to begin reading from.
771
773
-`count` is an Integer with the maximum number of bytes to read.
772
774
773
-
`callback` must follow the `function (err, stream) {}` signature, where `err` is an Error if the operation was not successful and `stream` is a [`ReadableStream`][rs] with the contents of `path`.
774
-
775
-
If no `callback` is passed, a promise is returned.
775
+
Returns a [`ReadableStream`][rs] with the contents of `path`.
-`offset` is an Integer with the byte offset to begin reading from.
800
799
-`count` is an Integer with the maximum number of bytes to read.
801
800
802
-
`callback` must follow the `function (err, stream) {}` signature, where `err` is an Error if the operation was not successful and `stream` is a [`PullStream`][ps] with the contents of `path`.
803
-
804
-
If no `callback` is passed, a promise is returned.
801
+
Returns a [`PullStream`][ps] with the contents of `path`.
0 commit comments