SDK JS
    Preparing search index...

    Interface ThreadsProbe

    Injectable environment for tests (Bun has no crossOriginIsolated).

    interface ThreadsProbe {
        crossOriginIsolated?: boolean;
        detectThreads?: () => Promise<boolean>;
    }
    Index

    Properties

    crossOriginIsolated?: boolean

    Override the globalThis.crossOriginIsolated check.

    detectThreads?: () => Promise<boolean>

    Override the wasm-feature-detect threads() probe.