brepjs API Reference
    Preparing search index...

    Interface WorkerClientOptions

    interface WorkerClientOptions {
        wasmUrl?: string;
        worker: Worker;
    }
    Index

    Properties

    Properties

    wasmUrl?: string

    Optional URL for the WASM binary (passed to the worker on init).

    worker: Worker

    The Worker instance to communicate with.