@logixjs/sandbox
    Preparing search index...

    Interface SandboxClientConfig

    interface SandboxClientConfig {
        kernelRegistry?: KernelRegistry;
        kernelUrl?: string;
        timeout?: number;
        wasmUrl?: string;
        workerUrl?: string;
    }
    Index

    Properties

    kernelRegistry?: KernelRegistry
    kernelUrl?: string
    timeout?: number
    wasmUrl?: string
    workerUrl?: string