mark method
- @DomName('Performance.mark')
- @DocsEditable()
- @Experimental()
Source
@DomName('Performance.mark') @DocsEditable() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html#extensions-performance-interface @Experimental() void mark(String markName) => _blink.BlinkPerformance.instance.mark_Callback_1_(this, markName);
© 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/mark.html