NetworkRequest
Properties
duration
duration:
number
Source
error?
error?:
string
Source
initiator
initiator:
string
Source
modules
modules:
string
[]
Source
request
request:
Object
Type declaration
body?
body?:
string
|Buffer
bodySize
bodySize:
number
headers
headers:
Record
<string
,string
|string
[]>
method
method:
string
url
url:
string
Source
response
response:
Object
Type declaration
body?
body?:
string
|Buffer
bodySize
bodySize:
number
headers
headers:
Record
<string
,string
|string
[]>
status
status:
number
Source
stack
stack:
string
[]
Source
start
start:
number
Source
Generated using TypeDoc and typedoc-plugin-markdown.