ExperimentalOptional Readonly ExperimentalbundleExplicit CDN/base bundle to instantiate. When omitted, the default jsDelivr
bundles that ship with @duckdb/duckdb-wasm are selected by
duckdb.selectBundle(getJsDelivrBundles()). Supply this in bundler setups
that self-host the .wasm + worker assets.
Optional Readonly ExperimentalextensionOptional self-hosted DuckDB extension repository base URL.
Optional Readonly ExperimentalfilesystemBrowser filesystem policy. Set allowFullHttpReads: false to fail closed when range I/O is unavailable.
Optional Readonly ExperimentalloadLoad DuckDB's spatial extension. Disable when bbox covering columns are sufficient. Defaults to true.
Optional Readonly ExperimentallogLog level passed to the duckdb-wasm ConsoleLogger. Defaults to WARNING.
Optional Readonly ExperimentalpreloadExtensions to install and load before use (for example parquet).
Optional Readonly ExperimentalsignalCancels driver initialization and synchronously terminates any worker already created.
Options for constructing the browser (duckdb-wasm) driver.