PerformanceObserver
Nodepod API / src / perf_hooks / PerformanceObserver
Interface: PerformanceObserver
Section titled “Interface: PerformanceObserver”Defined in: src/polyfills/perf_hooks.ts:51
Methods
Section titled “Methods”disconnect()
Section titled “disconnect()”disconnect():
void
Defined in: src/polyfills/perf_hooks.ts:53
Returns
Section titled “Returns”void
observe()
Section titled “observe()”observe(
cfg):void
Defined in: src/polyfills/perf_hooks.ts:52
Parameters
Section titled “Parameters”entryTypes?
Section titled “entryTypes?”string[]
string
Returns
Section titled “Returns”void
takeRecords()
Section titled “takeRecords()”takeRecords():
PerformanceEntry[]
Defined in: src/polyfills/perf_hooks.ts:54
Returns
Section titled “Returns”PerformanceEntry[]