On this page
getEntriesByName method
- @DomName('Performance.getEntriesByName')
- @DocsEditable()
- @Experimental()
Source
@DomName('Performance.getEntriesByName')
@DocsEditable()
// http://www.w3.org/TR/performance-timeline/#sec-window.performance-attribute
@Experimental()
List<PerformanceEntry> getEntriesByName(String name, String entryType) =>
(_blink.BlinkPerformance.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/Performance/getEntriesByName.html