DuckDB-WASM
    Preparing search index...

    Interface PreparedDBFileHandle

    interface PreparedDBFileHandle {
        fromCached: boolean;
        handle: any;
        path: string;
    }
    Index

    Properties

    fromCached: boolean
    handle: any
    path: string