interface ProgressEvent {
    loaded: number;
    total: number;
}

Properties

Properties

loaded: number
total: number