Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceResourceTiming
P
connectEnd
P
connectStart
P
decodedBodySize
P
domainLookupEnd
P
domainLookupStart
P
duration
P
encodedBodySize
P
entryType
P
fetchStart
P
initiatorType
P
name
P
nextHopProtocol
P
redirectEnd
P
redirectStart
P
requestStart
P
responseEnd
P
responseStart
P
responseStatus
P
secureConnectionStart
P
startTime
M
toJSON
P
transferSize
P
workerStart
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:perf_hooks
/
PerformanceResourceTiming
P
connectEnd
P
connectStart
P
decodedBodySize
P
domainLookupEnd
P
domainLookupStart
P
duration
P
encodedBodySize
P
entryType
P
fetchStart
P
initiatorType
P
name
P
nextHopProtocol
P
redirectEnd
P
redirectStart
P
requestStart
P
responseEnd
P
responseStart
P
responseStatus
P
secureConnectionStart
P
startTime
M
toJSON
P
transferSize
P
workerStart
interface
perf_hooks.PerformanceResourceTiming
interface
PerformanceResourceTiming
readonly
connectEnd
:
number
readonly
connectStart
:
number
readonly
decodedBodySize
:
number
readonly
domainLookupEnd
:
number
readonly
domainLookupStart
:
number
readonly
duration
:
number
readonly
encodedBodySize
:
number
readonly
entryType
:
'resource'
readonly
fetchStart
:
number
readonly
initiatorType
:
string
readonly
name
:
string
readonly
nextHopProtocol
:
string
readonly
redirectEnd
:
number
readonly
redirectStart
:
number
readonly
requestStart
:
number
readonly
responseEnd
:
number
readonly
responseStart
:
number
readonly
responseStatus
:
number
readonly
secureConnectionStart
:
number
readonly
startTime
:
number
readonly
transferSize
:
number
readonly
workerStart
:
number
toJSON
()
:
any
;