Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestTrackerEntry

Hierarchy

Index

Properties

delayTimer?: Timeout
remarks
  • Reference to the active delay timer. Used to debounce requests by clearing and rescheduling execution.
firstSeen: number
remarks
  • Timestamp when the request was first registered in the tracker. Used for cleanup of stale request entries based on TTL.
isDelayed?: boolean
remarks
  • Indicates whether the request was executed after a delay.
remarks
  • The current ManagedRequest instance associated with this tracker entry. Updated whenever a new request is executed for the same key.
seenCount: number
remarks
  • Number of times this request has been revisited. Helps determine when to delay or abort based on request lifecycle.

Generated using TypeDoc