File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -343,8 +343,8 @@ <h2>The <dfn>PerformanceEntry</dfn> interface</h2>
343343 the first recorded timestamp of this performance metric.</ dd >
344344 < dt > < dfn > duration</ dfn > </ dt >
345345 < dd >
346- The getter steps for the < a > duration</ a > attribute are to return 0 if < a > this</ a > 's < a > endTime </ a >
347- is 0; otherwise < a > this</ a > 's < a > endTime </ a > - < a > this</ a > 's < a > startTime</ a > .
346+ The getter steps for the < a > duration</ a > attribute are to return 0 if < a > this</ a > 's < a > end time </ a >
347+ is 0; otherwise < a > this</ a > 's < a > end time </ a > - < a > this</ a > 's < a > startTime</ a > .
348348 </ dd >
349349 < dt > < dfn > navigationId</ dfn > </ dt >
350350 < dd >
@@ -354,7 +354,7 @@ <h2>The <dfn>PerformanceEntry</dfn> interface</h2>
354354 < p > When < dfn > toJSON</ dfn > is called, run [[WebIDL]]'s < a > default toJSON
355355 steps</ a > .</ p >
356356
357- < p > A < a > PerformanceEntry</ a > has a {{DOMHighResTimeStamp}} < dfn > endTime </ dfn > ,
357+ < p > A < a > PerformanceEntry</ a > has a {{DOMHighResTimeStamp}} < dfn export > end time </ dfn > ,
358358 initially 0.
359359
360360 < p > To < dfn class ="export "> initialize a < a > PerformanceEntry</ a > </ dfn > < var > entry</ var > given a {{DOMHighResTimeStamp}} < var > startTime</ var > ,
You can’t perform that action at this time.
0 commit comments