xior
    Preparing search index...

    Interface XiorProgressRequestOptions

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

    Hierarchy (View Summary)

    Index

    Properties

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

    default: 5*1000ms, 5 seconds