Interface XiorProgressRequestOptions

interface XiorProgressRequestOptions {
    onDownloadProgress?: ((progressEvent: XiorProgressEvent) => void);
    onUploadProgress?: ((progressEvent: XiorProgressEvent) => void);
    progressDuration?: number;
}

Hierarchy (view full)

Properties

onDownloadProgress?: ((progressEvent: XiorProgressEvent) => void)
onUploadProgress?: ((progressEvent: XiorProgressEvent) => void)
progressDuration?: number

default: 5*1000ms, 5 seconds