PerformanceObserverInit constructor
PerformanceObserverInit({
- JSArray<
JSString> entryTypes, - String type,
- bool buffered,
- DOMHighResTimeStamp durationThreshold,
Implementation
external factory PerformanceObserverInit({
JSArray<JSString> entryTypes,
String type,
bool buffered,
DOMHighResTimeStamp durationThreshold,
});