Interface InstantiationProgress

An instantiation progress

interface InstantiationProgress {
    bytesLoaded: number;
    bytesTotal: number;
    startedAt: Date;
    updatedAt: Date;
}

Properties

bytesLoaded: number
bytesTotal: number
startedAt: Date
updatedAt: Date

Generated using TypeDoc