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

js.web.performance.timeline.PerformanceObserverCallback Maven / Gradle / Ivy

package js.web.performance.timeline;

import org.teavm.jso.JSFunctor;
import org.teavm.jso.JSObject;


@JSFunctor
@FunctionalInterface
public interface PerformanceObserverCallback extends JSObject {
    void accept(PerformanceObserverEntryList entries, PerformanceObserver observer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy