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