clearMarks method
The clearMarks()
method removes all or specific PerformanceMark
objects from the browser's performance timeline.
Implementation
external void clearMarks([String markName]);
The clearMarks()
method removes all or specific PerformanceMark
objects from the browser's performance timeline.
external void clearMarks([String markName]);