web-csv-toolbox
    Preparing search index...

    Interface EnginePresetOptions

    Options for customizing engine presets.

    interface EnginePresetOptions {
        onFallback?: (info: EngineFallbackInfo) => void;
        workerPool?: WorkerPool;
        workerURL?: string | URL;
    }
    Index

    Properties

    onFallback?: (info: EngineFallbackInfo) => void

    Callback for fallback notifications. Called when the engine falls back to a less optimal strategy.

    workerPool?: WorkerPool

    Worker pool for managing worker lifecycle. Reuse workers across multiple parse operations.

    workerURL?: string | URL

    Custom worker URL. Use a custom worker script instead of the bundled worker.