kkrpc
    Preparing search index...

    Interface CallOptions

    Per-call overrides applied to a proxy created with withCallOptions.

    interface CallOptions {
        signal?: AbortSignal;
        timeout?: number;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    Abort signal that rejects in-flight calls made through this proxy.

    timeout?: number

    Timeout in milliseconds for calls made through this proxy. Overrides the channel default; 0 disables.