Methods
emit
emit ( tag , ... args ) : void
Parameters
tag : string
Rest
... args : any
Returns void
on
on ( e , f ) : void
Parameters
e : "download.done" | "encode.start" | "encode.done" | "download.start"
f : ( ( ) => void )
Returns void
on ( e , f ) : void
Parameters
e : "parser.fail"
f : ( ( type , err , path ) => void )
( type , err , path ) : void
Returns void
Returns void
on ( e , f ) : void
Parameters
e : "parser.start" | "parser.done"
f : ( ( type , instance ) => void )
( type , instance ) : void
Returns void
Returns void
on ( e , f ) : void
Parameters
e : "download.setup"
f : ( ( cores ) => void )
( cores ) : void
Returns void
Returns void
on ( e , f ) : void
Parameters
e : "download.progress" | "encode.progress" | "parser.progress"
f : ( ( key , index , total , left ) => void )
( key , index , total , left ) : void
Parameters
key : string
index : number
total : number
left : number
Returns void
Returns void
on ( e , f ) : void
Parameters
e : "download.fail"
f : ( ( key , type , err ) => void )
( key , type , err ) : void
Parameters
key : string
type : "fail" | "retry" | "system"
err : string
Returns void
Returns void
on ( e , f ) : void
Parameters
e : "jvm.start"
f : ( ( app , cwd ) => void )
( app , cwd ) : void
Returns void
Returns void
on ( e , f ) : void
Parameters
e : "jvm.stdout" | "jvm.stderr"
f : ( ( app , chunk ) => void )
( app , chunk ) : void
Parameters
app : string
chunk : string
Returns void
Returns void
Called when the downloader/Encoder starts up
Possible events