Search
Preparing search index...
The search index is not available
Storage SDK Reference Guide - v0.3.16
Options
All
Public
Public/Protected
All
Inherited
Menu
Storage SDK Reference Guide - v0.3.16
<internal>
Downloader
Class Downloader
Hierarchy
Downloader
Index
Constructors
constructor
Methods
download
download
To
Filesystem
get
Blob
on
Progress
on
Success
Constructors
constructor
new
Downloader
(
appAddress
:
string
, provider
:
any
, api
:
AxiosInstance
, lock
:
Mutex
, debug
:
boolean
)
:
Downloader
Parameters
appAddress:
string
provider:
any
api:
AxiosInstance
lock:
Mutex
debug:
boolean
Returns
Downloader
Methods
download
download
(
did
:
any
)
:
Promise
<
void
|
Blob
>
Parameters
did:
any
Returns
Promise
<
void
|
Blob
>
download
To
Filesystem
download
To
Filesystem
(
did
:
any
)
:
Promise
<
void
>
Parameters
did:
any
Returns
Promise
<
void
>
get
Blob
get
Blob
(
did
:
any
)
:
Promise
<
Blob
>
Parameters
did:
any
Returns
Promise
<
Blob
>
on
Progress
on
Progress
(
bytesDownloaded
:
number
, bytesTotal
:
number
)
:
Promise
<
void
>
Parameters
bytesDownloaded:
number
bytesTotal:
number
Returns
Promise
<
void
>
on
Success
on
Success
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Exports
<internal>
Downloader
constructor
download
download
To
Filesystem
get
Blob
on
Progress
on
Success
Generated using
TypeDoc
, the 11/9/2022 at 3:32:28 PM