All Downloads are FREE. Search and download functionalities are using the official Maven repository.

def.dom.PerformanceEntry Maven / Gradle / Ivy

The newest version!
package def.dom;

import def.js.Object;

public class PerformanceEntry extends def.js.Object {
    public double duration;
    public java.lang.String entryType;
    public java.lang.String name;
    public double startTime;
    public static PerformanceEntry prototype;
    public PerformanceEntry(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy