Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiNetworkRequest

Interface for saving the API network request properties

Hierarchy

  • ApiNetworkRequest

Index

Properties

id: string
remarks

Unique id for the sent request

latency?: number
remarks

Difference of responseTime and requestTime

requestTime: number
remarks

Timestamp in DOMHighResTimeStamp (double) when the request was initiated

responseTime?: number
remarks

Timestamp in DOMHighResTimeStamp (double) when the response was received

url: string
remarks

URL for the sent request

Generated using TypeDoc