menu
  1. Dart
  2. dart:html
  3. PerformanceObserver
  4. observe method
observe

observe method

void observe(
  1. Map options
)

Implementation

void observe(Map options) {
 var options_1 = convertDartToNative_Dictionary(options);
 _observe_1(options_1);
 return;
}
PerformanceObserver class

AltStyle によって変換されたページ (->オリジナル) /