summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HighResolutionTime/Performance.idl
blob: 278bffde4bccace13004f98c3a76c85cea2ce6a0 (plain)
1
2
3
4
5
6
interface Performance : EventTarget {
    double now();
    readonly attribute double timeOrigin;

    readonly attribute PerformanceTiming timing;
};