Interface ReplayRequestOptions

interface ReplayRequestOptions {
    signal?: AbortSignal;
}

Properties

Properties

signal?: AbortSignal