
elemental2.dom.PerformanceObserverCallback Maven / Gradle / Ivy
package elemental2.dom;
import jsinterop.annotations.JsFunction;
@JsFunction
public interface PerformanceObserverCallback {
void onInvoke(PerformanceObserverEntryList p0, PerformanceObserver p1);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy