Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
MsgPackDownloadOption
Interface MsgPackDownloadOption
Index
Properties
after
before
timeout
worker
Properties
optional
public
after
?:
(xhr: XMLHttpRequest, option: MsgPackDownloadOption, result: MsgPackCallbackResult) => void
optional
public
before
?:
(xhr: XMLHttpRequest, option: MsgPackDownloadOption) => void
optional
public
timeout
?:
number
timeout sec.
optional
public
worker
?:
boolean
use WebWorker if true.
Globals