Interface DuckDbQueryOptionsExperimental

interface DuckDbQueryOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal

Cancels an in-flight DuckDB query when the driver supports cancellation.