- From: Philippe Le Hegaret <plh@w3.org>
- Date: Tue, 03 Dec 2013 10:48:15 -0500
- To: public-web-perf <public-web-perf@w3.org>
- Cc: Jatinder Mann <jmann@microsoft.com>, James Simonsen <simonjam@chromium.org>
Folks,
This is a Last Call announcement for High Resolution Time Level 2. This
new version simply add support for performance.now() in Web Workers.
Please have a look at it (it's a small spec) and tell us what you think.
[[
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/
Thank you,
Philippe
Received on Tuesday, 3 December 2013 15:48:15 UTC