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

elemental2.dom.PerformanceObserverCallback Maven / Gradle / Ivy

package elemental2.dom;

import jsinterop.annotations.JsFunction;

@JsFunction
public interface PerformanceObserverCallback {
  void onInvoke(PerformanceObserverEntryList p0, PerformanceObserver p1);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy