web-csv-toolbox
    Preparing search index...

    Interface WorkerSessionOptions

    Options for creating a WorkerSession.

    interface WorkerSessionOptions {
        workerPool?: WorkerPool;
        workerURL?: string | URL;
    }
    Index

    Properties

    workerPool?: WorkerPool

    Worker pool for reusable workers.

    workerURL?: string | URL

    Custom worker URL.