wasm-posix-host
    Preparing search index...

    Interface LazyDownloadEvent

    interface LazyDownloadEvent {
        error?: string;
        id: string;
        kind: LazyDownloadKind;
        loadedBytes: number;
        mountPrefix?: string;
        path?: string;
        status: LazyDownloadStatus;
        t: number;
        totalBytes?: number;
        url: string;
    }
    Index

    Properties

    error?: string
    id: string
    loadedBytes: number
    mountPrefix?: string
    path?: string
    t: number
    totalBytes?: number
    url: string