core-utils
Preparing search index...
@clipboard-health/playwright-reporter-llm
TimelineNetworkEntry
Interface TimelineNetworkEntry
interface
TimelineNetworkEntry
{
durationMs
?:
number
;
failureText
?:
string
;
kind
:
"network"
;
method
:
string
;
offsetMs
:
number
;
resourceType
?:
string
;
spanId
?:
string
;
status
:
number
;
traceId
?:
string
;
url
:
string
;
wasAborted
?:
boolean
;
}
Index
Properties
duration
Ms?
failure
Text?
kind
method
offset
Ms
resource
Type?
span
Id?
status
trace
Id?
url
was
Aborted?
Properties
Optional
duration
Ms
durationMs
?:
number
Optional
failure
Text
failureText
?:
string
kind
kind
:
"network"
method
method
:
string
offset
Ms
offsetMs
:
number
Optional
resource
Type
resourceType
?:
string
Optional
span
Id
spanId
?:
string
status
status
:
number
Optional
trace
Id
traceId
?:
string
url
url
:
string
Optional
was
Aborted
wasAborted
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
duration
Ms
failure
Text
kind
method
offset
Ms
resource
Type
span
Id
status
trace
Id
url
was
Aborted
core-utils
Loading...