DuckDB-WASM
    Preparing search index...

    Interface InstantiationProgress

    An instantiation progress

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

    Properties

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