@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface RpcLaneRequestOptions

    Per-request transport options forwarded to the communicator.

    interface RpcLaneRequestOptions {
        headers?: Record<string, string>;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>
    signal?: AbortSignal