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

elemental2.dom.DomGlobal__Constants Maven / Gradle / Ivy

package elemental2.dom;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, name = "window", namespace = JsPackage.GLOBAL)
class DomGlobal__Constants {
  static HTMLDocument document;
  static Location location;
  static Navigator navigator;
  static Screen screen;
  static Window self;
  static Window top;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy