1.0.6 • Published 6 years ago

hzdownload v1.0.6

Weekly downloads
10
License
GPL-3.0
Repository
github
Last release
6 years ago

nodejs-breakpoint-download

A nodejs breakpoint download library

Usage

var down = new downloadFile(url, dstFile);
down.start();

Construct

new downloadFile(url, dstFile);
new downloadFile(sleepData);

Functions

NameDescriptionArgumentsReturns
__constructThe construct function(url : string, file : string) or (sleepData : object)...
startStart downloadvoidvoid
stopStop (pause) downloadvoidvoid
resumeResume downloadvoidvoid
sleepStatus to json data (use promise)voidsleepData(in promise) : object
sleepSyncsleep sync modevoidsleepData : object
onSubscribe event(event, callback)void

Properties

NameDescription
statusDownload status : string (In prepare, downloading, paused, finish, error)
downloadedBytesFile downloaded : int
downloadedSpeedDownload speed : int
timeoutConnect timeout : int
fileLengthFile length : int

Events

NameDescriptionReturns
progressProgress change event(downloadBytes : int, fileLength : int)
finishDownload done eventDownload filename : string
pauseDownload pause eventvoid
errorDownload error eventError Data : error
responseReferer: request response eventResponse Data : object
1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago