new DownloadFileNoHead(url, destFile, options)
Parameters:
Name | Type | Description |
---|---|---|
url |
string | remote url |
destFile |
string | local url |
options |
object | options |
Methods
start() → {void}
starts download
Returns:
- Type
- void
stop() → {void}
stops download
Returns:
- Type
- void