getEntriesByName method

  1. @DomName('PerformanceObserverEntryList.getEntriesByName')
  2. @DocsEditable()
  3. @Experimental()
List<PerformanceEntry> getEntriesByName(String name, String entryType)

Source

@DomName('PerformanceObserverEntryList.getEntriesByName')
@DocsEditable()
@Experimental() // untriaged
List<PerformanceEntry> getEntriesByName(String name, String entryType) =>
    (_blink.BlinkPerformanceObserverEntryList.instance
        .getEntriesByName_Callback_2_(this, name, entryType));

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/PerformanceObserverEntryList/getEntriesByName.html