getEntriesByName method

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

Implementation

@DomName('Performance.getEntriesByName')
@DocsEditable()
// http://www.w3.org/TR/performance-timeline/#sec-window.performance-attribute
@Experimental()
List<PerformanceEntry> getEntriesByName(String name, String entryType) native;