- From: Philippe Le Hegaret <plh@w3.org>
- Date: Tue, 03 Dec 2013 10:51:52 -0500
- To: public-webapps <public-webapps@w3.org>
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-perf@w3.org, using [HighResolutionTime2] at the start of the subject line by 8 January 2014. Thank you in advance, Philippe
Received on Tuesday, 3 December 2013 15:51:53 UTC