mirror of
https://github.com/logos-storage/logos-storage-go-bindings.git
synced 2026-01-04 06:23:06 +00:00
Fix README
This commit is contained in:
parent
989006ca07
commit
341cd21cb2
@ -167,7 +167,7 @@ The `stream` strategy is the easiest to use.
|
|||||||
It provides an `onProgress` callback to receive progress updates and notify the user.
|
It provides an `onProgress` callback to receive progress updates and notify the user.
|
||||||
The percentage is calculated from the `datasetSize` (taken from the manifest).
|
The percentage is calculated from the `datasetSize` (taken from the manifest).
|
||||||
If you don’t provide it, you can enable `datasetSizeAuto` so `DownloadStream` fetches the
|
If you don’t provide it, you can enable `datasetSizeAuto` so `DownloadStream` fetches the
|
||||||
manifest and uses its `datasetSize`.
|
manifest first and uses its `datasetSize`.
|
||||||
|
|
||||||
You can pass a `write` callback and/or a `filepath` as destinations. They are not mutually exclusive,
|
You can pass a `write` callback and/or a `filepath` as destinations. They are not mutually exclusive,
|
||||||
letting you write the content to two places for the same download.
|
letting you write the content to two places for the same download.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user