[HighResolutionTime2] Your review is needed!

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