We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1f99b commit 6032621Copy full SHA for 6032621
index.html
@@ -168,7 +168,7 @@ <h2>Extensions to the <code><dfn data-cite="HR-TIME-2#dfn-performance">Performan
168
};
169
170
partial interface Performance {
171
- PerformanceMark mark(DOMString markName, optional PerformanceMarkOptions markOptions);
+ PerformanceMark mark(DOMString markName, optional PerformanceMarkOptions markOptions = {});
172
void clearMarks(optional DOMString markName);
173
PerformanceMeasure measure(DOMString measureName, optional (DOMString or PerformanceMeasureOptions) startOrMeasureOptions = {}, optional DOMString endMark);
174
void clearMeasures(optional DOMString measureName);
0 commit comments