Applesauce
    Preparing search index...

    Type Alias RelayRequestOptions

    RelayRequestOptions: RelayReqOptions & {
        complete?: RelayRequestCompleteOperator;
        timeout?: number;
    }

    Options for the request method on the pool and relay

    Type Declaration

    • Optionalcomplete?: RelayRequestCompleteOperator

      An operator that determines when the request should complete.

    • Optionaltimeout?: number

      Total timeout for the request before request emits a TimeoutError in milliseconds (default 30 seconds) Passed to rjxs timeout() operator