Preparing search index...
The search index is not available
MobX downloader
MobX downloader
Downloader
Class Downloader
Index
Constructors
constructor
Properties
protocol
Map
Accessors
executing
Count
tasks
unfinished
Count
Methods
create
Task
destroy
Task
create
Task
Constructors
constructor
new
Downloader
()
:
Downloader
Returns
Downloader
Properties
Static
protocol
Map
protocolMap
:
Record
<
string
,
Constructor
<
DownloadTask
>
>
= ...
Accessors
executing
Count
get
executingCount
()
:
number
Returns
number
tasks
tasks
:
any
unfinished
Count
get
unfinishedCount
()
:
number
Returns
number
Methods
create
Task
createTask
(
path
:
string
,
name
?:
string
)
:
DownloadTask
Parameters
path
:
string
Optional
name
:
string
Returns
DownloadTask
destroy
Task
destroyTask
(
name
:
string
)
:
Promise
<
void
>
Parameters
name
:
string
Returns
Promise
<
void
>
Static
create
Task
createTask
(
path
:
string
,
name
?:
string
)
:
DownloadTask
Parameters
path
:
string
Optional
name
:
string
Returns
DownloadTask
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
protocol
Map
Accessors
executing
Count
tasks
unfinished
Count
Methods
create
Task
destroy
Task
create
Task
MobX downloader
Loading...