manifold-3d
    Preparing search index...

    Initialize the web worker. If this message is not sent, the worker will be initialized when first evaluating a model.

    The worker will respond with MessageFromWorker.Ready or MessageFromWorker.Error.

    interface Initialize {
        esbuildHasOwnWorker?: boolean;
        esbuildWasmUrl?: string;
        manifoldWasmUrl?: string;
        type: "initialize";
    }

    Hierarchy (View Summary)

    Index

    Properties

    esbuildHasOwnWorker?: boolean
    esbuildWasmUrl?: string
    manifoldWasmUrl?: string
    type: "initialize"