AniLink - v2.0.0
    Preparing search index...

    Type Alias OnResponseHandler

    OnResponseHandler: (context: RequestContext & { durationMs: number }) => void

    A callback invoked after each attempt completes, whether it succeeded or failed. The elapsed wall-clock time of the attempt is reported as durationMs, making this the natural point for latency metrics.

    Type Declaration