Interface MsgPackDownloadOption

Index

Properties

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.