11cb0ef41Sopenharmony_ci// GENERATED CONTENT - DO NOT EDIT
21cb0ef41Sopenharmony_ci// Content was automatically extracted by Reffy into webref
31cb0ef41Sopenharmony_ci// (https://github.com/w3c/webref)
41cb0ef41Sopenharmony_ci// Source: High Resolution Time (https://w3c.github.io/hr-time/)
51cb0ef41Sopenharmony_ci
61cb0ef41Sopenharmony_citypedef double DOMHighResTimeStamp;
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ci[Exposed=(Window,Worker)]
91cb0ef41Sopenharmony_ciinterface Performance : EventTarget {
101cb0ef41Sopenharmony_ci    DOMHighResTimeStamp now();
111cb0ef41Sopenharmony_ci    readonly attribute DOMHighResTimeStamp timeOrigin;
121cb0ef41Sopenharmony_ci    [Default] object toJSON();
131cb0ef41Sopenharmony_ci};
141cb0ef41Sopenharmony_ci
151cb0ef41Sopenharmony_cipartial interface mixin WindowOrWorkerGlobalScope {
161cb0ef41Sopenharmony_ci  [Replaceable] readonly attribute Performance performance;
171cb0ef41Sopenharmony_ci};
18