w3c / performance-timeline

Performance Timeline
https://w3c.github.io/performance-timeline/
Other
111 stars 27 forks source link

PerformanceEntry.startTime/duration should be DOMHighResTimeStamp #31

Closed foolip closed 9 years ago

foolip commented 9 years ago

http://w3c.github.io/performance-timeline/#the-performanceentry-interface

DOMString looks like a typo in the IDL, since the definitions talk about DOMHighResTimeStamp.

igrigorik commented 9 years ago

@plehegar sanity check: typo, or was this intentional?

toddreifsteck commented 9 years ago

This appears to be a typo from my review. Curious what @plehegar says

eliperelman commented 9 years ago

I think typo, [1] and others specifically say DOMHighResTimeStamp:

[1] http://www.w3.org/TR/user-timing/#performancemeasure

plehegar commented 9 years ago

Here is when the mistake was introduced. https://github.com/w3c/performance-timeline/commit/3c13485b34b16a0f53ddba344fa73910e99c89bb

Will produce a PR shortly.