ixfx
    Preparing search index...

    Type Alias EvalOpts

    Options for code evaluation

    type EvalOpts = {
        assumeExclusive?: boolean;
        debug?: boolean;
        timeoutMs?: number;
    }
    Index

    Properties

    assumeExclusive?: boolean

    If true (default), it assumes that anything received from the board is a response to the eval

    debug?: boolean

    If true, executed code is traced

    timeoutMs?: number

    Milliseconds to wait before giving up on well-formed reply. 5 seconds is the default.