diff --git a/index.html b/index.html index 05f02f9..4648e5a 100644 --- a/index.html +++ b/index.html @@ -297,7 +297,7 @@
The PerformanceMark interface also exposes marks created via the {{Performance}} interface's {{Performance/mark()}} method to the Performance Timeline.
- [Exposed=(Window,Worker)] + [Exposed=*] interface PerformanceMark : PerformanceEntry { constructor(DOMString markName, optional PerformanceMarkOptions markOptions = {}); readonly attribute any detail; @@ -347,7 +347,7 @@The PerformanceMark Constructor
The PerformanceMeasure Interface
The PerformanceMeasure interface also exposes measures created via the {{Performance}} interface's {{Performance/measure()}} method to the Performance Timeline.
- [Exposed=(Window,Worker)] + [Exposed=*] interface PerformanceMeasure : PerformanceEntry { readonly attribute any detail; };