DuckDB-WASM
    Preparing search index...

    Interface DuckDBFilesystemConfig

    interface DuckDBFilesystemConfig {
        allowFullHTTPReads?: boolean;
        forceFullHTTPReads?: boolean;
        reliableHeadRequests?: boolean;
    }
    Index

    Properties

    allowFullHTTPReads?: boolean

    Allow falling back to full HTTP reads if the server does not support range requests.

    forceFullHTTPReads?: boolean

    Force use of full HTTP reads, suppressing range requests.

    reliableHeadRequests?: boolean