Custom Performance Entries
Full proposal here.
Goals
CustomPerformanceEntry
interface CustomPerformanceEntry : PerformanceEntry {
readonly attribute any detail;�};
QueueEntry
partial interface Performance {� void queueEntry(DOMString name,
optional DOMHighResTimeStamp startTime,
optional DOMHighResTimeStamp duration,
optional any detail);�};
What about mark & measure?
CustomPerformanceEntry constructor
Can we just polyfill it?
Namespacing