Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
elemental2.dom.DomGlobal Maven / Gradle / Ivy
Go to download
Thin Java abstractions for the standard built-in objects for
Javascript.
package elemental2.dom;
import elemental2.dom.Element;
import elemental2.dom.CSSInterface;
import elemental2.dom.VisualViewport;
import elemental2.dom.HTMLVideoElement;
import elemental2.dom.URL;
import elemental2.dom.Navigator;
import java.lang.Double;
import elemental2.dom.TrustedScriptURL;
import elemental2.dom.Screen;
import elemental2.dom.TrustedTypePolicyFactory;
import elemental2.dom.Console;
import elemental2.dom.ApplicationCache;
import elemental2.dom.Performance;
import elemental2.dom.Blob;
import elemental2.promise.Promise;
import elemental2.dom.HTMLCanvasElement;
import elemental2.dom.History;
import jsinterop.base.Js;
import elemental2.dom.CustomElementRegistry;
import jsinterop.annotations.JsFunction;
import elemental2.dom.Database;
import elemental2.dom.Request;
import elemental2.dom.IdleDeadline;
import java.lang.String;
import elemental2.dom.ImageData;
import jsinterop.annotations.JsType;
import elemental2.dom.HTMLDocument;
import jsinterop.annotations.JsPackage;
import elemental2.dom.DatabaseCallback;
import elemental2.dom.StructuredSerializeOptions;
import elemental2.dom.RequestInit;
import elemental2.dom.IdleCallbackOptions;
import elemental2.dom.OffscreenCanvas;
import elemental2.dom.ImageBitmapOptions;
import elemental2.dom.Window;
import elemental2.core.Transferable;
import elemental2.core.TrustedScript;
import elemental2.core.JsArray;
import elemental2.dom.ImageBitmap;
import elemental2.dom.FrameRequestCallback;
import elemental2.dom.Response;
import jsinterop.annotations.JsOverlay;
import java.lang.Object;
import elemental2.dom.HTMLImageElement;
import elemental2.dom.Location;
@JsType(isNative = true,name = "goog.global",namespace = JsPackage.GLOBAL)
public class DomGlobal{
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface CreateImageBitmapImageUnionType{
@JsOverlay
static DomGlobal.CreateImageBitmapImageUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default Blob asBlob(){
return Js.cast(this);
}
@JsOverlay
default HTMLCanvasElement asHTMLCanvasElement(){
return Js.cast(this);
}
@JsOverlay
default HTMLImageElement asHTMLImageElement(){
return Js.cast(this);
}
@JsOverlay
default HTMLVideoElement asHTMLVideoElement(){
return Js.cast(this);
}
@JsOverlay
default ImageBitmap asImageBitmap(){
return Js.cast(this);
}
@JsOverlay
default ImageData asImageData(){
return Js.cast(this);
}
@JsOverlay
default OffscreenCanvas asOffscreenCanvas(){
return Js.cast(this);
}
@JsOverlay
default boolean isBlob(){
return (Object)this instanceof Blob;
}
@JsOverlay
default boolean isHTMLCanvasElement(){
return (Object)this instanceof HTMLCanvasElement;
}
@JsOverlay
default boolean isHTMLImageElement(){
return (Object)this instanceof HTMLImageElement;
}
@JsOverlay
default boolean isHTMLVideoElement(){
return (Object)this instanceof HTMLVideoElement;
}
@JsOverlay
default boolean isImageData(){
return (Object)this instanceof ImageData;
}
@JsOverlay
default boolean isOffscreenCanvas(){
return (Object)this instanceof OffscreenCanvas;
}
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface CreateImageBitmapSxOrOptionsUnionType{
@JsOverlay
static DomGlobal.CreateImageBitmapSxOrOptionsUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default double asDouble(){
return Js.asDouble(this);
}
@JsOverlay
default ImageBitmapOptions asImageBitmapOptions(){
return Js.cast(this);
}
@JsOverlay
default boolean isDouble(){
return (Object)this instanceof Double;
}
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface FetchInputUnionType{
@JsOverlay
static DomGlobal.FetchInputUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default Request asRequest(){
return Js.cast(this);
}
@JsOverlay
default String asString(){
return Js.asString(this);
}
@JsOverlay
default URL asURL(){
return Js.cast(this);
}
@JsOverlay
default boolean isRequest(){
return (Object)this instanceof Request;
}
@JsOverlay
default boolean isString(){
return (Object)this instanceof String;
}
@JsOverlay
default boolean isURL(){
return (Object)this instanceof URL;
}
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface ImportScriptsUrlsUnionType{
@JsOverlay
static DomGlobal.ImportScriptsUrlsUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default String asString(){
return Js.asString(this);
}
@JsOverlay
default TrustedScriptURL asTrustedScriptURL(){
return Js.cast(this);
}
@JsOverlay
default URL asURL(){
return Js.cast(this);
}
@JsOverlay
default boolean isString(){
return (Object)this instanceof String;
}
@JsOverlay
default boolean isTrustedScriptURL(){
return (Object)this instanceof TrustedScriptURL;
}
@JsOverlay
default boolean isURL(){
return (Object)this instanceof URL;
}
}
@JsFunction
public interface OpenDatabaseCallbackFn{
Object onInvoke(Database p0);
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface OpenDatabaseCallbackUnionType{
@JsOverlay
static DomGlobal.OpenDatabaseCallbackUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default DatabaseCallback asDatabaseCallback(){
return Js.cast(this);
}
@JsOverlay
default DomGlobal.OpenDatabaseCallbackFn asOpenDatabaseCallbackFn(){
return Js.cast(this);
}
@JsOverlay
default boolean isOpenDatabaseCallbackFn(){
return (Object)this instanceof DomGlobal.OpenDatabaseCallbackFn;
}
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface PostMessageTargetOriginOrOptionsOrTransferUnionType{
@JsOverlay
static DomGlobal.PostMessageTargetOriginOrOptionsOrTransferUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default JsArray asJsArray(){
return Js.cast(this);
}
@JsOverlay
default String asString(){
return Js.asString(this);
}
@JsOverlay
default StructuredSerializeOptions asStructuredSerializeOptions(){
return Js.cast(this);
}
@JsOverlay
default boolean isJsArray(){
return (Object)this instanceof JsArray;
}
@JsOverlay
default boolean isString(){
return (Object)this instanceof String;
}
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface PostMessageTargetOriginOrPortsOrTransferUnionType{
@JsOverlay
static DomGlobal.PostMessageTargetOriginOrPortsOrTransferUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default JsArray asJsArray(){
return Js.cast(this);
}
@JsOverlay
default String asString(){
return Js.asString(this);
}
@JsOverlay
default boolean isJsArray(){
return (Object)this instanceof JsArray;
}
@JsOverlay
default boolean isString(){
return (Object)this instanceof String;
}
}
@JsFunction
public interface QueueMicrotaskCallbackFn{
void onInvoke();
}
@JsFunction
public interface RequestIdleCallbackCallbackFn{
void onInvoke(IdleDeadline deadline);
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface RequestIdleCallbackOptionsUnionType{
@JsOverlay
static DomGlobal.RequestIdleCallbackOptionsUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default IdleCallbackOptions asIdleCallbackOptions(){
return Js.cast(this);
}
@JsOverlay
default int asInt(){
return Js.asInt(this);
}
@JsOverlay
default boolean isInt(){
return (Object)this instanceof Double;
}
}
@JsFunction
public interface SetImmediateCallbackFn{
Object onInvoke();
}
@JsFunction
public interface SetIntervalCallbackFn{
void onInvoke(Object... p0);
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface SetIntervalCallbackUnionType{
@JsOverlay
static DomGlobal.SetIntervalCallbackUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default DomGlobal.SetIntervalCallbackFn asSetIntervalCallbackFn(){
return Js.cast(this);
}
@JsOverlay
default String asString(){
return Js.asString(this);
}
@JsOverlay
default TrustedScript asTrustedScript(){
return Js.cast(this);
}
@JsOverlay
default boolean isSetIntervalCallbackFn(){
return (Object)this instanceof DomGlobal.SetIntervalCallbackFn;
}
@JsOverlay
default boolean isString(){
return (Object)this instanceof String;
}
@JsOverlay
default boolean isTrustedScript(){
return (Object)this instanceof TrustedScript;
}
}
@JsFunction
public interface SetTimeoutCallbackFn{
void onInvoke(Object... p0);
}
@JsType(isNative = true,name = "?",namespace = JsPackage.GLOBAL)
public interface SetTimeoutCallbackUnionType{
@JsOverlay
static DomGlobal.SetTimeoutCallbackUnionType of(Object o){
return Js.cast(o);
}
@JsOverlay
default DomGlobal.SetTimeoutCallbackFn asSetTimeoutCallbackFn(){
return Js.cast(this);
}
@JsOverlay
default String asString(){
return Js.asString(this);
}
@JsOverlay
default TrustedScript asTrustedScript(){
return Js.cast(this);
}
@JsOverlay
default boolean isSetTimeoutCallbackFn(){
return (Object)this instanceof DomGlobal.SetTimeoutCallbackFn;
}
@JsOverlay
default boolean isString(){
return (Object)this instanceof String;
}
@JsOverlay
default boolean isTrustedScript(){
return (Object)this instanceof TrustedScript;
}
}
public static CSSInterface CSS;
public static ApplicationCache applicationCache;
public static Console console;
public static CustomElementRegistry customElements;
@JsOverlay
public static final HTMLDocument document=DomGlobal__Constants.document;
public static History history;
@JsOverlay
public static final boolean isSecureContext=DomGlobal__Constants.isSecureContext;
@JsOverlay
public static final Location location=DomGlobal__Constants.location;
@JsOverlay
public static final Navigator navigator=DomGlobal__Constants.navigator;
public static Performance performance;
@JsOverlay
public static final Screen screen=DomGlobal__Constants.screen;
@JsOverlay
public static final Window self=DomGlobal__Constants.self;
@JsOverlay
public static final Window top=DomGlobal__Constants.top;
public static TrustedTypePolicyFactory trustedTypes;
@JsOverlay
public static final VisualViewport visualViewport=DomGlobal__Constants.visualViewport;
public static Window window;
public static native void alert(Object message);
public static native String atob(String encodedData);
public static native String btoa(String stringToEncode);
public static native void cancelAnimationFrame(int handle);
public static native void cancelIdleCallback(int handle);
public static native void cancelRequestAnimationFrame(double handle);
public static native void clearImmediate();
public static native void clearImmediate(double immediateID);
public static native void clearInterval(double intervalID);
public static native void clearTimeout(double timeoutID);
public static native boolean confirm(Object message);
@JsOverlay
public static final Promise createImageBitmap(Blob image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,ImageBitmapOptions sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,ImageBitmapOptions sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,ImageBitmapOptions sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,double sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,double sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,double sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,double sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(Blob image,double sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(Blob image){
return createImageBitmap(Js.uncheckedCast(image));
}
public static native Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options);
public static native Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh);
public static native Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw);
public static native Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy);
public static native Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions);
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,ImageBitmapOptions sxOrOptions,double sy,double sw){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,ImageBitmapOptions sxOrOptions,double sy){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,ImageBitmapOptions sxOrOptions){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,double sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,double sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,double sxOrOptions,double sy,double sw){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,double sxOrOptions,double sy){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image,double sxOrOptions){
return createImageBitmap(image,Js.uncheckedCast(sxOrOptions));
}
public static native Promise createImageBitmap(DomGlobal.CreateImageBitmapImageUnionType image);
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,ImageBitmapOptions sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,ImageBitmapOptions sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,ImageBitmapOptions sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,double sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,double sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,double sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,double sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image,double sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLCanvasElement image){
return createImageBitmap(Js.uncheckedCast(image));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,ImageBitmapOptions sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,ImageBitmapOptions sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,ImageBitmapOptions sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,double sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,double sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,double sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,double sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image,double sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLImageElement image){
return createImageBitmap(Js.uncheckedCast(image));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,ImageBitmapOptions sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,ImageBitmapOptions sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,ImageBitmapOptions sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,double sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,double sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,double sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,double sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image,double sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(HTMLVideoElement image){
return createImageBitmap(Js.uncheckedCast(image));
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,ImageBitmapOptions sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,ImageBitmapOptions sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,ImageBitmapOptions sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,double sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,double sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,double sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,double sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy);
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image,double sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions));
}
@JsOverlay
public static final Promise createImageBitmap(ImageBitmap image){
return createImageBitmap(Js.uncheckedCast(image));
}
@JsOverlay
public static final Promise createImageBitmap(ImageData image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh,options);
}
@JsOverlay
public static final Promise createImageBitmap(ImageData image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw,double sh){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw,sh);
}
@JsOverlay
public static final Promise createImageBitmap(ImageData image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy,double sw){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy,sw);
}
@JsOverlay
public static final Promise createImageBitmap(ImageData image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions,double sy){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions,sy);
}
@JsOverlay
public static final Promise createImageBitmap(ImageData image,DomGlobal.CreateImageBitmapSxOrOptionsUnionType sxOrOptions){
return createImageBitmap(Js.uncheckedCast(image),sxOrOptions);
}
@JsOverlay
public static final Promise createImageBitmap(ImageData image,ImageBitmapOptions sxOrOptions,double sy,double sw,double sh,ImageBitmapOptions options){
return createImageBitmap(Js.uncheckedCast(image),Js.uncheckedCast(sxOrOptions),sy,sw,sh,options);
}
@JsOverlay
public static final Promise