Thrown when DualChannelCapture is constructed in a non-browser environment (no globalThis.AudioContext). The helper is intentionally surfaced from the main entrypoint so the import path is uniform across runtimes; the runtime guard moves to construction time.

Hierarchy

  • Error
    • BrowserOnlyError

Constructors

Properties

message: string
name: string
stack?: string
prepareStackTrace?: ((err: Error, stackTraces: CallSite[]) => any)

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void