blob: ccbbc332326339b08cd7dc959da70587b21f0e82 [file] [log] [blame]
typedef double DOMHighResTimeStamp;
[Exposed=(Window,Worker)]
interface Performance : EventTarget {
DOMHighResTimeStamp now();
readonly attribute DOMHighResTimeStamp timeOrigin;
[Default] object toJSON();
};
partial interface WindowOrWorkerGlobalScope {
[Replaceable]
readonly attribute Performance performance;
};