Dear Webapps folks, The Web Performance Working Group published a new version of High Resolution Time (performance.now()) to add support for Web Workers: [[
interface WorkerPerformance { DOMHighResTimeStamp now(); }; partial interface WorkerGlobalScope { readonly attribute WorkerPerformance performance; }; partial interface SharedWorker { readonly attribute DOMHighResTimeStamp workerStart; }; ]] Draft is at http://www.w3.org/TR/hr-time-2/ Please, send your feedback to public-web-p...@w3.org, using [HighResolutionTime2] at the start of the subject line by 8 January 2014. Thank you in advance, Philippe