webapi package - github.com/gowebapi/webapi - Go Packages (original) (raw)

Go Language Web Assembly bindings for DOM, HTML etc.

WARNING: The current API is in very early state and should be consider to be expremental. There is upcommig changed like moving types into multiple packages will occur when more of the browser standard is added.

Please note that there is server subdirectory below this package, see below.

See home page https://gowebapi.github.io for more details.

package main

import ( "fmt"

"github.com/gowebapi/webapi"
"github.com/gowebapi/webapi/html"
"github.com/gowebapi/webapi/html/htmlevent"

)

func main() { element := webapi.GetWindow().Document().GetElementById("foo") button := html.HTMLButtonElementFromWrapper(element) button.SetInnerText("Press me!")

count := 1
callback := func(event *htmlevent.MouseEvent, currentTarget *html.HTMLElement) {
    button.SetInnerText(fmt.Sprint("Count: ", count))
    count++
}
jsFunction := button.SetOnClick(callback)

_ = jsFunction

// prevent to program to terminate
// c := make(chan struct{}, 0)
// <-c

}

This section is empty.

This section is empty.

This section is empty.

type DOMImplementation struct {

Value_JS [js](/github.com/gowebapi/webapi@v0.0.0-20221221115732-41cedfc27a0b/core/js).[Value](/github.com/gowebapi/webapi@v0.0.0-20221221115732-41cedfc27a0b/core/js#Value)

}

class: DOMImplementation

func DOMImplementationFromJS(value js.Value) *DOMImplementation

DOMImplementationFromJS is casting a js.Value into DOMImplementation.

DOMImplementationFromJS is casting from something that holds a js.Value into DOMImplementation.

func (_this *DOMImplementation) CreateHTMLDocument(title *string) (_result *Document)

func (_this *DOMImplementation) HasFeature() (_result bool)

JSValue returns the js.Value or js.Null() if _this is nil

class: Document

DocumentFromJS is casting a js.Value into Document.

DocumentFromJS is casting from something that holds a js.Value into Document.

func GetDocument() *Document

GetDocument returning attribute 'document' with type Document (idl: Document).

func NewDocument() (_result *Document)

ActiveElement returning attribute 'activeElement' with type dom.Element (idl: Element).

AddAbort is adding doing AddEventListener for 'Abort' on target. This method is returning allocated javascript function that need to be released.

AddAnimationCancel is adding doing AddEventListener for 'AnimationCancel' on target. This method is returning allocated javascript function that need to be released.

AddAnimationEnd is adding doing AddEventListener for 'AnimationEnd' on target. This method is returning allocated javascript function that need to be released.

AddAnimationIteration is adding doing AddEventListener for 'AnimationIteration' on target. This method is returning allocated javascript function that need to be released.

AddAnimationStart is adding doing AddEventListener for 'AnimationStart' on target. This method is returning allocated javascript function that need to be released.

AddAuxclick is adding doing AddEventListener for 'Auxclick' on target. This method is returning allocated javascript function that need to be released.

AddBlur is adding doing AddEventListener for 'Blur' on target. This method is returning allocated javascript function that need to be released.

AddCanPlay is adding doing AddEventListener for 'CanPlay' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventCanPlayThrough(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddCanPlayThrough is adding doing AddEventListener for 'CanPlayThrough' on target. This method is returning allocated javascript function that need to be released.

AddCancel is adding doing AddEventListener for 'Cancel' on target. This method is returning allocated javascript function that need to be released.

AddChange is adding doing AddEventListener for 'Change' on target. This method is returning allocated javascript function that need to be released.

AddClick is adding doing AddEventListener for 'Click' on target. This method is returning allocated javascript function that need to be released.

AddClose is adding doing AddEventListener for 'Close' on target. This method is returning allocated javascript function that need to be released.

AddContextMenu is adding doing AddEventListener for 'ContextMenu' on target. This method is returning allocated javascript function that need to be released.

AddCopy is adding doing AddEventListener for 'Copy' on target. This method is returning allocated javascript function that need to be released.

AddCueChange is adding doing AddEventListener for 'CueChange' on target. This method is returning allocated javascript function that need to be released.

AddCut is adding doing AddEventListener for 'Cut' on target. This method is returning allocated javascript function that need to be released.

AddDblClick is adding doing AddEventListener for 'DblClick' on target. This method is returning allocated javascript function that need to be released.

AddDrag is adding doing AddEventListener for 'Drag' on target. This method is returning allocated javascript function that need to be released.

AddDragEnd is adding doing AddEventListener for 'DragEnd' on target. This method is returning allocated javascript function that need to be released.

AddDragEnter is adding doing AddEventListener for 'DragEnter' on target. This method is returning allocated javascript function that need to be released.

AddDragExit is adding doing AddEventListener for 'DragExit' on target. This method is returning allocated javascript function that need to be released.

AddDragLeave is adding doing AddEventListener for 'DragLeave' on target. This method is returning allocated javascript function that need to be released.

AddDragOver is adding doing AddEventListener for 'DragOver' on target. This method is returning allocated javascript function that need to be released.

AddDragStart is adding doing AddEventListener for 'DragStart' on target. This method is returning allocated javascript function that need to be released.

AddDrop is adding doing AddEventListener for 'Drop' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventDurationChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddDurationChange is adding doing AddEventListener for 'DurationChange' on target. This method is returning allocated javascript function that need to be released.

AddEmptied is adding doing AddEventListener for 'Emptied' on target. This method is returning allocated javascript function that need to be released.

AddEnded is adding doing AddEventListener for 'Ended' on target. This method is returning allocated javascript function that need to be released.

AddError is adding doing AddEventListener for 'Error' on target. This method is returning allocated javascript function that need to be released.

AddFocus is adding doing AddEventListener for 'Focus' on target. This method is returning allocated javascript function that need to be released.

AddFormData is adding doing AddEventListener for 'FormData' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventFullscreenChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddFullscreenChange is adding doing AddEventListener for 'FullscreenChange' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventFullscreenError(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddFullscreenError is adding doing AddEventListener for 'FullscreenError' on target. This method is returning allocated javascript function that need to be released.

AddGotPointerCapture is adding doing AddEventListener for 'GotPointerCapture' on target. This method is returning allocated javascript function that need to be released.

AddInput is adding doing AddEventListener for 'Input' on target. This method is returning allocated javascript function that need to be released.

AddInvalid is adding doing AddEventListener for 'Invalid' on target. This method is returning allocated javascript function that need to be released.

AddKeyDown is adding doing AddEventListener for 'KeyDown' on target. This method is returning allocated javascript function that need to be released.

AddKeyPress is adding doing AddEventListener for 'KeyPress' on target. This method is returning allocated javascript function that need to be released.

AddKeyUp is adding doing AddEventListener for 'KeyUp' on target. This method is returning allocated javascript function that need to be released.

AddLoad is adding doing AddEventListener for 'Load' on target. This method is returning allocated javascript function that need to be released.

AddLoadEnd is adding doing AddEventListener for 'LoadEnd' on target. This method is returning allocated javascript function that need to be released.

AddLoadStart is adding doing AddEventListener for 'LoadStart' on target. This method is returning allocated javascript function that need to be released.

AddLoadedData is adding doing AddEventListener for 'LoadedData' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventLoadedMetaData(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddLoadedMetaData is adding doing AddEventListener for 'LoadedMetaData' on target. This method is returning allocated javascript function that need to be released.

AddLostPointerCapture is adding doing AddEventListener for 'LostPointerCapture' on target. This method is returning allocated javascript function that need to be released.

AddMouseDown is adding doing AddEventListener for 'MouseDown' on target. This method is returning allocated javascript function that need to be released.

AddMouseEnter is adding doing AddEventListener for 'MouseEnter' on target. This method is returning allocated javascript function that need to be released.

AddMouseLeave is adding doing AddEventListener for 'MouseLeave' on target. This method is returning allocated javascript function that need to be released.

AddMouseMove is adding doing AddEventListener for 'MouseMove' on target. This method is returning allocated javascript function that need to be released.

AddMouseOut is adding doing AddEventListener for 'MouseOut' on target. This method is returning allocated javascript function that need to be released.

AddMouseOver is adding doing AddEventListener for 'MouseOver' on target. This method is returning allocated javascript function that need to be released.

AddMouseUp is adding doing AddEventListener for 'MouseUp' on target. This method is returning allocated javascript function that need to be released.

AddPaste is adding doing AddEventListener for 'Paste' on target. This method is returning allocated javascript function that need to be released.

AddPause is adding doing AddEventListener for 'Pause' on target. This method is returning allocated javascript function that need to be released.

AddPlay is adding doing AddEventListener for 'Play' on target. This method is returning allocated javascript function that need to be released.

AddPlaying is adding doing AddEventListener for 'Playing' on target. This method is returning allocated javascript function that need to be released.

AddPointerCancel is adding doing AddEventListener for 'PointerCancel' on target. This method is returning allocated javascript function that need to be released.

AddPointerDown is adding doing AddEventListener for 'PointerDown' on target. This method is returning allocated javascript function that need to be released.

AddPointerEnter is adding doing AddEventListener for 'PointerEnter' on target. This method is returning allocated javascript function that need to be released.

AddPointerLeave is adding doing AddEventListener for 'PointerLeave' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventPointerLockChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddPointerLockChange is adding doing AddEventListener for 'PointerLockChange' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventPointerLockError(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddPointerLockError is adding doing AddEventListener for 'PointerLockError' on target. This method is returning allocated javascript function that need to be released.

AddPointerMove is adding doing AddEventListener for 'PointerMove' on target. This method is returning allocated javascript function that need to be released.

AddPointerOut is adding doing AddEventListener for 'PointerOut' on target. This method is returning allocated javascript function that need to be released.

AddPointerOver is adding doing AddEventListener for 'PointerOver' on target. This method is returning allocated javascript function that need to be released.

AddPointerUp is adding doing AddEventListener for 'PointerUp' on target. This method is returning allocated javascript function that need to be released.

AddProgress is adding doing AddEventListener for 'Progress' on target. This method is returning allocated javascript function that need to be released.

AddRateChange is adding doing AddEventListener for 'RateChange' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventReadyStateChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddReadyStateChange is adding doing AddEventListener for 'ReadyStateChange' on target. This method is returning allocated javascript function that need to be released.

AddReset is adding doing AddEventListener for 'Reset' on target. This method is returning allocated javascript function that need to be released.

AddResize is adding doing AddEventListener for 'Resize' on target. This method is returning allocated javascript function that need to be released.

AddScroll is adding doing AddEventListener for 'Scroll' on target. This method is returning allocated javascript function that need to be released.

AddSecurityPolicyViolation is adding doing AddEventListener for 'SecurityPolicyViolation' on target. This method is returning allocated javascript function that need to be released.

AddSeeked is adding doing AddEventListener for 'Seeked' on target. This method is returning allocated javascript function that need to be released.

AddSeeking is adding doing AddEventListener for 'Seeking' on target. This method is returning allocated javascript function that need to be released.

AddSelect is adding doing AddEventListener for 'Select' on target. This method is returning allocated javascript function that need to be released.

AddSelectStart is adding doing AddEventListener for 'SelectStart' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventSelectionChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddSelectionChange is adding doing AddEventListener for 'SelectionChange' on target. This method is returning allocated javascript function that need to be released.

AddStalled is adding doing AddEventListener for 'Stalled' on target. This method is returning allocated javascript function that need to be released.

AddSubmit is adding doing AddEventListener for 'Submit' on target. This method is returning allocated javascript function that need to be released.

AddSuspend is adding doing AddEventListener for 'Suspend' on target. This method is returning allocated javascript function that need to be released.

AddTimeUpdate is adding doing AddEventListener for 'TimeUpdate' on target. This method is returning allocated javascript function that need to be released.

AddToggle is adding doing AddEventListener for 'Toggle' on target. This method is returning allocated javascript function that need to be released.

AddTouchCancel is adding doing AddEventListener for 'TouchCancel' on target. This method is returning allocated javascript function that need to be released.

AddTouchEnd is adding doing AddEventListener for 'TouchEnd' on target. This method is returning allocated javascript function that need to be released.

AddTouchMove is adding doing AddEventListener for 'TouchMove' on target. This method is returning allocated javascript function that need to be released.

AddTouchStart is adding doing AddEventListener for 'TouchStart' on target. This method is returning allocated javascript function that need to be released.

AddTransitionCancel is adding doing AddEventListener for 'TransitionCancel' on target. This method is returning allocated javascript function that need to be released.

AddTransitionEnd is adding doing AddEventListener for 'TransitionEnd' on target. This method is returning allocated javascript function that need to be released.

AddTransitionRun is adding doing AddEventListener for 'TransitionRun' on target. This method is returning allocated javascript function that need to be released.

AddTransitionStart is adding doing AddEventListener for 'TransitionStart' on target. This method is returning allocated javascript function that need to be released.

func (_this *Document) AddEventVisibilityChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

AddVisibilityChange is adding doing AddEventListener for 'VisibilityChange' on target. This method is returning allocated javascript function that need to be released.

AddVolumeChange is adding doing AddEventListener for 'VolumeChange' on target. This method is returning allocated javascript function that need to be released.

AddWaiting is adding doing AddEventListener for 'Waiting' on target. This method is returning allocated javascript function that need to be released.

AddWheel is adding doing AddEventListener for 'Wheel' on target. This method is returning allocated javascript function that need to be released.

AddressSpace returning attribute 'addressSpace' with type corsrfc1918.AddressSpace (idl: AddressSpace).

func (_this *Document) AlinkColor() string

AlinkColor returning attribute 'alinkColor' with type string (idl: DOMString).

All returning attribute 'all' with type html.HTMLAllCollection (idl: HTMLAllCollection).

Anchors returning attribute 'anchors' with type dom.HTMLCollection (idl: HTMLCollection).

func (_this Document) Append(nodes ...Union)

Applets returning attribute 'applets' with type dom.HTMLCollection (idl: HTMLCollection).

BgColor returning attribute 'bgColor' with type string (idl: DOMString).

func (*Document) Body

Body returning attribute 'body' with type html.HTMLElement (idl: HTMLElement).

func (_this *Document) CaptureEvents()

func (_this *Document) CharacterSet() string

CharacterSet returning attribute 'characterSet' with type string (idl: DOMString).

Charset returning attribute 'charset' with type string (idl: DOMString).

func (_this *Document) ChildElementCount() uint

ChildElementCount returning attribute 'childElementCount' with type uint (idl: unsigned long).

Children returning attribute 'children' with type dom.HTMLCollection (idl: HTMLCollection).

func (_this *Document) Clear()

func (_this *Document) Close()

func (_this *Document) CompatMode() string

CompatMode returning attribute 'compatMode' with type string (idl: DOMString).

func (*Document) ContentType

func (_this *Document) ContentType() string

ContentType returning attribute 'contentType' with type string (idl: DOMString).

Cookie returning attribute 'cookie' with type string (idl: USVString).

func (_this *Document) CreateRange() (_result *dom.Range)

func (_this *Document) CurrentScript() *Union

CurrentScript returning attribute 'currentScript' with type Union (idl: Union).

func (_this *Document) DefaultView() *Window

DefaultView returning attribute 'defaultView' with type Window (idl: Window).

func (_this *Document) DesignMode() string

DesignMode returning attribute 'designMode' with type string (idl: DOMString).

Dir returning attribute 'dir' with type string (idl: DOMString).

Doctype returning attribute 'doctype' with type dom.DocumentType (idl: DocumentType).

DocumentElement returning attribute 'documentElement' with type dom.Element (idl: Element).

func (_this *Document) DocumentURI() string

DocumentURI returning attribute 'documentURI' with type string (idl: USVString).

func (*Document) Domain

Domain returning attribute 'domain' with type string (idl: USVString).

Embeds returning attribute 'embeds' with type dom.HTMLCollection (idl: HTMLCollection).

func (_this *Document) ExitPointerLock()

FeaturePolicy returning attribute 'featurePolicy' with type featurepolicy.FeaturePolicy (idl: FeaturePolicy).

FgColor returning attribute 'fgColor' with type string (idl: DOMString).

FirstElementChild returning attribute 'firstElementChild' with type dom.Element (idl: Element).

Forms returning attribute 'forms' with type dom.HTMLCollection (idl: HTMLCollection).

func (_this *Document) Fullscreen() bool

Fullscreen returning attribute 'fullscreen' with type bool (idl: boolean).

FullscreenElement returning attribute 'fullscreenElement' with type dom.Element (idl: Element).

func (_this *Document) FullscreenEnabled() bool

FullscreenEnabled returning attribute 'fullscreenEnabled' with type bool (idl: boolean).

func (_this *Document) HasFocus() (_result bool)

Head returning attribute 'head' with type html.HTMLHeadElement (idl: HTMLHeadElement).

func (_this *Document) Hidden() bool

Hidden returning attribute 'hidden' with type bool (idl: boolean).

Images returning attribute 'images' with type dom.HTMLCollection (idl: HTMLCollection).

func (_this *Document) Implementation() *DOMImplementation

Implementation returning attribute 'implementation' with type DOMImplementation (idl: DOMImplementation).

func (_this *Document) InputEncoding() string

InputEncoding returning attribute 'inputEncoding' with type string (idl: DOMString).

LastElementChild returning attribute 'lastElementChild' with type dom.Element (idl: Element).

func (_this *Document) LastModified() string

LastModified returning attribute 'lastModified' with type string (idl: DOMString).

func (_this *Document) LayoutNow()

LinkColor returning attribute 'linkColor' with type string (idl: DOMString).

Links returning attribute 'links' with type dom.HTMLCollection (idl: HTMLCollection).

Location returning attribute 'location' with type htmlmisc.Location (idl: Location).

NamedFlows returning attribute 'namedFlows' with type regions.NamedFlowMap (idl: NamedFlowMap).

OnAbort returning attribute 'onabort' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationCancel returning attribute 'onanimationcancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationEnd returning attribute 'onanimationend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationIteration returning attribute 'onanimationiteration' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationStart returning attribute 'onanimationstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAuxclick returning attribute 'onauxclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnBlur returning attribute 'onblur' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCanPlay returning attribute 'oncanplay' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCanPlayThrough returning attribute 'oncanplaythrough' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCancel returning attribute 'oncancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnChange returning attribute 'onchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnClick returning attribute 'onclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnClose returning attribute 'onclose' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnContextMenu returning attribute 'oncontextmenu' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCopy returning attribute 'oncopy' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCueChange returning attribute 'oncuechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCut returning attribute 'oncut' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDblClick returning attribute 'ondblclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDrag returning attribute 'ondrag' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragEnd returning attribute 'ondragend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragEnter returning attribute 'ondragenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragExit returning attribute 'ondragexit' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragLeave returning attribute 'ondragleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragOver returning attribute 'ondragover' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragStart returning attribute 'ondragstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDrop returning attribute 'ondrop' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDurationChange returning attribute 'ondurationchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnEmptied returning attribute 'onemptied' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnEnded returning attribute 'onended' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnError returning attribute 'onerror' with type htmlcommon.OnErrorEventHandler (idl: OnErrorEventHandlerNonNull).

OnFocus returning attribute 'onfocus' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnFormData returning attribute 'onformdata' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnFullscreenChange returning attribute 'onfullscreenchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnFullscreenError returning attribute 'onfullscreenerror' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnGotPointerCapture returning attribute 'ongotpointercapture' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnInput returning attribute 'oninput' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnInvalid returning attribute 'oninvalid' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnKeyDown returning attribute 'onkeydown' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnKeyPress returning attribute 'onkeypress' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnKeyUp returning attribute 'onkeyup' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoad returning attribute 'onload' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadEnd returning attribute 'onloadend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadStart returning attribute 'onloadstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadedData returning attribute 'onloadeddata' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadedMetaData returning attribute 'onloadedmetadata' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLostPointerCapture returning attribute 'onlostpointercapture' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseDown returning attribute 'onmousedown' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseEnter returning attribute 'onmouseenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseLeave returning attribute 'onmouseleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseMove returning attribute 'onmousemove' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseOut returning attribute 'onmouseout' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseOver returning attribute 'onmouseover' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseUp returning attribute 'onmouseup' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPaste returning attribute 'onpaste' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPause returning attribute 'onpause' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPlay returning attribute 'onplay' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPlaying returning attribute 'onplaying' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerCancel returning attribute 'onpointercancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerDown returning attribute 'onpointerdown' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerEnter returning attribute 'onpointerenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerLeave returning attribute 'onpointerleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerLockChange returning attribute 'onpointerlockchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerLockError returning attribute 'onpointerlockerror' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerMove returning attribute 'onpointermove' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerOut returning attribute 'onpointerout' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerOver returning attribute 'onpointerover' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerUp returning attribute 'onpointerup' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnProgress returning attribute 'onprogress' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnRateChange returning attribute 'onratechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnReadyStateChange returning attribute 'onreadystatechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnReset returning attribute 'onreset' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnResize returning attribute 'onresize' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnScroll returning attribute 'onscroll' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSecurityPolicyViolation returning attribute 'onsecuritypolicyviolation' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSeeked returning attribute 'onseeked' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSeeking returning attribute 'onseeking' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSelect returning attribute 'onselect' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSelectStart returning attribute 'onselectstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSelectionChange returning attribute 'onselectionchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnStalled returning attribute 'onstalled' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSubmit returning attribute 'onsubmit' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSuspend returning attribute 'onsuspend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTimeUpdate returning attribute 'ontimeupdate' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnToggle returning attribute 'ontoggle' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchCancel returning attribute 'ontouchcancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchEnd returning attribute 'ontouchend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchMove returning attribute 'ontouchmove' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchStart returning attribute 'ontouchstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionCancel returning attribute 'ontransitioncancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionEnd returning attribute 'ontransitionend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionRun returning attribute 'ontransitionrun' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionStart returning attribute 'ontransitionstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVisibilityChange returning attribute 'onvisibilitychange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVolumeChange returning attribute 'onvolumechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnWaiting returning attribute 'onwaiting' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnWheel returning attribute 'onwheel' with type domcore.EventHandler (idl: EventHandlerNonNull).

Origin returning attribute 'origin' with type string (idl: USVString).

PictureInPictureElement returning attribute 'pictureInPictureElement' with type dom.Element (idl: Element).

func (_this *Document) PictureInPictureEnabled() bool

PictureInPictureEnabled returning attribute 'pictureInPictureEnabled' with type bool (idl: boolean).

Plugins returning attribute 'plugins' with type dom.HTMLCollection (idl: HTMLCollection).

PointerLockElement returning attribute 'pointerLockElement' with type dom.Element (idl: Element).

func (_this Document) Prepend(nodes ...Union)

func (_this *Document) ReadyState() DocumentReadyState

ReadyState returning attribute 'readyState' with type DocumentReadyState (idl: DocumentReadyState).

Referrer returning attribute 'referrer' with type string (idl: USVString).

func (_this *Document) ReleaseEvents()

RootElement returning attribute 'rootElement' with type svg.SVGSVGElement (idl: SVGSVGElement).

Scripts returning attribute 'scripts' with type dom.HTMLCollection (idl: HTMLCollection).

ScrollingElement returning attribute 'scrollingElement' with type dom.Element (idl: Element).

func (_this *Document) SetAlinkColor(value string)

SetAlinkColor setting attribute 'alinkColor' with type string (idl: DOMString).

func (_this *Document) SetBgColor(value string)

SetBgColor setting attribute 'bgColor' with type string (idl: DOMString).

func (*Document) SetBody

SetBody setting attribute 'body' with type html.HTMLElement (idl: HTMLElement).

func (_this *Document) SetCookie(value string)

SetCookie setting attribute 'cookie' with type string (idl: USVString).

func (_this *Document) SetDesignMode(value string)

SetDesignMode setting attribute 'designMode' with type string (idl: DOMString).

func (_this *Document) SetDir(value string)

SetDir setting attribute 'dir' with type string (idl: DOMString).

func (*Document) SetDomain

func (_this *Document) SetDomain(value string)

SetDomain setting attribute 'domain' with type string (idl: USVString).

func (_this *Document) SetFgColor(value string)

SetFgColor setting attribute 'fgColor' with type string (idl: DOMString).

func (_this *Document) SetLinkColor(value string)

SetLinkColor setting attribute 'linkColor' with type string (idl: DOMString).

SetOnAbort is assigning a function to 'onabort'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationCancel is assigning a function to 'onanimationcancel'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationEnd is assigning a function to 'onanimationend'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationIteration is assigning a function to 'onanimationiteration'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationStart is assigning a function to 'onanimationstart'. This This method is returning allocated javascript function that need to be released.

SetOnAuxclick is assigning a function to 'onauxclick'. This This method is returning allocated javascript function that need to be released.

SetOnBlur is assigning a function to 'onblur'. This This method is returning allocated javascript function that need to be released.

SetOnCanPlay is assigning a function to 'oncanplay'. This This method is returning allocated javascript function that need to be released.

SetOnCanPlayThrough is assigning a function to 'oncanplaythrough'. This This method is returning allocated javascript function that need to be released.

SetOnCancel is assigning a function to 'oncancel'. This This method is returning allocated javascript function that need to be released.

SetOnChange is assigning a function to 'onchange'. This This method is returning allocated javascript function that need to be released.

SetOnClick is assigning a function to 'onclick'. This This method is returning allocated javascript function that need to be released.

SetOnClose is assigning a function to 'onclose'. This This method is returning allocated javascript function that need to be released.

SetOnContextMenu is assigning a function to 'oncontextmenu'. This This method is returning allocated javascript function that need to be released.

SetOnCopy is assigning a function to 'oncopy'. This This method is returning allocated javascript function that need to be released.

SetOnCueChange is assigning a function to 'oncuechange'. This This method is returning allocated javascript function that need to be released.

SetOnCut is assigning a function to 'oncut'. This This method is returning allocated javascript function that need to be released.

SetOnDblClick is assigning a function to 'ondblclick'. This This method is returning allocated javascript function that need to be released.

SetOnDrag is assigning a function to 'ondrag'. This This method is returning allocated javascript function that need to be released.

SetOnDragEnd is assigning a function to 'ondragend'. This This method is returning allocated javascript function that need to be released.

SetOnDragEnter is assigning a function to 'ondragenter'. This This method is returning allocated javascript function that need to be released.

SetOnDragExit is assigning a function to 'ondragexit'. This This method is returning allocated javascript function that need to be released.

SetOnDragLeave is assigning a function to 'ondragleave'. This This method is returning allocated javascript function that need to be released.

SetOnDragOver is assigning a function to 'ondragover'. This This method is returning allocated javascript function that need to be released.

SetOnDragStart is assigning a function to 'ondragstart'. This This method is returning allocated javascript function that need to be released.

SetOnDrop is assigning a function to 'ondrop'. This This method is returning allocated javascript function that need to be released.

SetOnDurationChange is assigning a function to 'ondurationchange'. This This method is returning allocated javascript function that need to be released.

SetOnEmptied is assigning a function to 'onemptied'. This This method is returning allocated javascript function that need to be released.

SetOnEnded is assigning a function to 'onended'. This This method is returning allocated javascript function that need to be released.

SetOnError is assigning a function to 'onerror'. This This method is returning allocated javascript function that need to be released.

SetOnFocus is assigning a function to 'onfocus'. This This method is returning allocated javascript function that need to be released.

SetOnFormData is assigning a function to 'onformdata'. This This method is returning allocated javascript function that need to be released.

func (_this *Document) SetOnFullscreenChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

SetOnFullscreenChange is assigning a function to 'onfullscreenchange'. This This method is returning allocated javascript function that need to be released.

SetOnFullscreenError is assigning a function to 'onfullscreenerror'. This This method is returning allocated javascript function that need to be released.

SetOnGotPointerCapture is assigning a function to 'ongotpointercapture'. This This method is returning allocated javascript function that need to be released.

SetOnInput is assigning a function to 'oninput'. This This method is returning allocated javascript function that need to be released.

SetOnInvalid is assigning a function to 'oninvalid'. This This method is returning allocated javascript function that need to be released.

SetOnKeyDown is assigning a function to 'onkeydown'. This This method is returning allocated javascript function that need to be released.

SetOnKeyPress is assigning a function to 'onkeypress'. This This method is returning allocated javascript function that need to be released.

SetOnKeyUp is assigning a function to 'onkeyup'. This This method is returning allocated javascript function that need to be released.

SetOnLoad is assigning a function to 'onload'. This This method is returning allocated javascript function that need to be released.

SetOnLoadEnd is assigning a function to 'onloadend'. This This method is returning allocated javascript function that need to be released.

SetOnLoadStart is assigning a function to 'onloadstart'. This This method is returning allocated javascript function that need to be released.

SetOnLoadedData is assigning a function to 'onloadeddata'. This This method is returning allocated javascript function that need to be released.

SetOnLoadedMetaData is assigning a function to 'onloadedmetadata'. This This method is returning allocated javascript function that need to be released.

SetOnLostPointerCapture is assigning a function to 'onlostpointercapture'. This This method is returning allocated javascript function that need to be released.

SetOnMouseDown is assigning a function to 'onmousedown'. This This method is returning allocated javascript function that need to be released.

SetOnMouseEnter is assigning a function to 'onmouseenter'. This This method is returning allocated javascript function that need to be released.

SetOnMouseLeave is assigning a function to 'onmouseleave'. This This method is returning allocated javascript function that need to be released.

SetOnMouseMove is assigning a function to 'onmousemove'. This This method is returning allocated javascript function that need to be released.

SetOnMouseOut is assigning a function to 'onmouseout'. This This method is returning allocated javascript function that need to be released.

SetOnMouseOver is assigning a function to 'onmouseover'. This This method is returning allocated javascript function that need to be released.

SetOnMouseUp is assigning a function to 'onmouseup'. This This method is returning allocated javascript function that need to be released.

SetOnPaste is assigning a function to 'onpaste'. This This method is returning allocated javascript function that need to be released.

SetOnPause is assigning a function to 'onpause'. This This method is returning allocated javascript function that need to be released.

SetOnPlay is assigning a function to 'onplay'. This This method is returning allocated javascript function that need to be released.

SetOnPlaying is assigning a function to 'onplaying'. This This method is returning allocated javascript function that need to be released.

SetOnPointerCancel is assigning a function to 'onpointercancel'. This This method is returning allocated javascript function that need to be released.

SetOnPointerDown is assigning a function to 'onpointerdown'. This This method is returning allocated javascript function that need to be released.

SetOnPointerEnter is assigning a function to 'onpointerenter'. This This method is returning allocated javascript function that need to be released.

SetOnPointerLeave is assigning a function to 'onpointerleave'. This This method is returning allocated javascript function that need to be released.

func (_this *Document) SetOnPointerLockChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

SetOnPointerLockChange is assigning a function to 'onpointerlockchange'. This This method is returning allocated javascript function that need to be released.

func (_this *Document) SetOnPointerLockError(listener func(event *domcore.Event, currentTarget *Document)) js.Func

SetOnPointerLockError is assigning a function to 'onpointerlockerror'. This This method is returning allocated javascript function that need to be released.

SetOnPointerMove is assigning a function to 'onpointermove'. This This method is returning allocated javascript function that need to be released.

SetOnPointerOut is assigning a function to 'onpointerout'. This This method is returning allocated javascript function that need to be released.

SetOnPointerOver is assigning a function to 'onpointerover'. This This method is returning allocated javascript function that need to be released.

SetOnPointerUp is assigning a function to 'onpointerup'. This This method is returning allocated javascript function that need to be released.

SetOnProgress is assigning a function to 'onprogress'. This This method is returning allocated javascript function that need to be released.

SetOnRateChange is assigning a function to 'onratechange'. This This method is returning allocated javascript function that need to be released.

func (_this *Document) SetOnReadyStateChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

SetOnReadyStateChange is assigning a function to 'onreadystatechange'. This This method is returning allocated javascript function that need to be released.

SetOnReset is assigning a function to 'onreset'. This This method is returning allocated javascript function that need to be released.

SetOnResize is assigning a function to 'onresize'. This This method is returning allocated javascript function that need to be released.

SetOnScroll is assigning a function to 'onscroll'. This This method is returning allocated javascript function that need to be released.

SetOnSecurityPolicyViolation is assigning a function to 'onsecuritypolicyviolation'. This This method is returning allocated javascript function that need to be released.

SetOnSeeked is assigning a function to 'onseeked'. This This method is returning allocated javascript function that need to be released.

SetOnSeeking is assigning a function to 'onseeking'. This This method is returning allocated javascript function that need to be released.

SetOnSelect is assigning a function to 'onselect'. This This method is returning allocated javascript function that need to be released.

SetOnSelectStart is assigning a function to 'onselectstart'. This This method is returning allocated javascript function that need to be released.

SetOnSelectionChange is assigning a function to 'onselectionchange'. This This method is returning allocated javascript function that need to be released.

SetOnStalled is assigning a function to 'onstalled'. This This method is returning allocated javascript function that need to be released.

SetOnSubmit is assigning a function to 'onsubmit'. This This method is returning allocated javascript function that need to be released.

SetOnSuspend is assigning a function to 'onsuspend'. This This method is returning allocated javascript function that need to be released.

SetOnTimeUpdate is assigning a function to 'ontimeupdate'. This This method is returning allocated javascript function that need to be released.

SetOnToggle is assigning a function to 'ontoggle'. This This method is returning allocated javascript function that need to be released.

SetOnTouchCancel is assigning a function to 'ontouchcancel'. This This method is returning allocated javascript function that need to be released.

SetOnTouchEnd is assigning a function to 'ontouchend'. This This method is returning allocated javascript function that need to be released.

SetOnTouchMove is assigning a function to 'ontouchmove'. This This method is returning allocated javascript function that need to be released.

SetOnTouchStart is assigning a function to 'ontouchstart'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionCancel is assigning a function to 'ontransitioncancel'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionEnd is assigning a function to 'ontransitionend'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionRun is assigning a function to 'ontransitionrun'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionStart is assigning a function to 'ontransitionstart'. This This method is returning allocated javascript function that need to be released.

func (_this *Document) SetOnVisibilityChange(listener func(event *domcore.Event, currentTarget *Document)) js.Func

SetOnVisibilityChange is assigning a function to 'onvisibilitychange'. This This method is returning allocated javascript function that need to be released.

SetOnVolumeChange is assigning a function to 'onvolumechange'. This This method is returning allocated javascript function that need to be released.

SetOnWaiting is assigning a function to 'onwaiting'. This This method is returning allocated javascript function that need to be released.

SetOnWheel is assigning a function to 'onwheel'. This This method is returning allocated javascript function that need to be released.

func (_this *Document) SetTitle(value string)

SetTitle setting attribute 'title' with type string (idl: DOMString).

func (_this *Document) SetVlinkColor(value string)

SetVlinkColor setting attribute 'vlinkColor' with type string (idl: DOMString).

StyleSheets returning attribute 'styleSheets' with type cssom.StyleSheetList (idl: StyleSheetList).

Timeline returning attribute 'timeline' with type webani.DocumentTimeline (idl: DocumentTimeline).

Title returning attribute 'title' with type string (idl: DOMString).

URL returning attribute 'URL' with type string (idl: USVString).

VisibilityState returning attribute 'visibilityState' with type domcore.VisibilityState (idl: VisibilityState).

func (_this *Document) VlinkColor() string

VlinkColor returning attribute 'vlinkColor' with type string (idl: DOMString).

func (_this *Document) Write(text ...string)

func (_this *Document) Writeln(text ...string)

type DocumentReadyState int

enum: DocumentReadyState

const ( LoadingDocumentReadyState DocumentReadyState = iota InteractiveDocumentReadyState CompleteDocumentReadyState )

func DocumentReadyStateFromJS(value js.Value) DocumentReadyState

DocumentReadyStateFromJS is converting a javascript value into a DocumentReadyState enum value.

JSValue is converting this enum into a javascript object

Value is converting this into javascript defined string value

type ElementCreationOptions struct { Is string }

dictionary: ElementCreationOptions

func ElementCreationOptionsFromJS(value js.Value) *ElementCreationOptions

ElementCreationOptionsFromJS is allocating a new ElementCreationOptions object and copy all values in the value javascript object.

JSValue is allocating a new javascript object and copy all values

class: HTMLEmbedElement

func HTMLEmbedElementFromJS(value js.Value) *HTMLEmbedElement

HTMLEmbedElementFromJS is casting a js.Value into HTMLEmbedElement.

HTMLEmbedElementFromJS is casting from something that holds a js.Value into HTMLEmbedElement.

Align returning attribute 'align' with type string (idl: DOMString).

func (_this *HTMLEmbedElement) GetSVGDocument() (_result *Document)

Height returning attribute 'height' with type string (idl: DOMString).

Name returning attribute 'name' with type string (idl: DOMString).

SetAlign setting attribute 'align' with type string (idl: DOMString).

func (_this *HTMLEmbedElement) SetHeight(value string)

SetHeight setting attribute 'height' with type string (idl: DOMString).

SetName setting attribute 'name' with type string (idl: DOMString).

SetSrc setting attribute 'src' with type string (idl: USVString).

SetType setting attribute 'type' with type string (idl: DOMString).

SetWidth setting attribute 'width' with type string (idl: DOMString).

Src returning attribute 'src' with type string (idl: USVString).

Type returning attribute 'type' with type string (idl: DOMString).

Width returning attribute 'width' with type string (idl: DOMString).

class: HTMLFrameElement

func HTMLFrameElementFromJS(value js.Value) *HTMLFrameElement

HTMLFrameElementFromJS is casting a js.Value into HTMLFrameElement.

HTMLFrameElementFromJS is casting from something that holds a js.Value into HTMLFrameElement.

func (*HTMLFrameElement) ContentDocument

func (_this *HTMLFrameElement) ContentDocument() *Document

ContentDocument returning attribute 'contentDocument' with type Document (idl: Document).

func (*HTMLFrameElement) ContentWindow

func (_this *HTMLFrameElement) ContentWindow() *Window

ContentWindow returning attribute 'contentWindow' with type Window (idl: Window).

FrameBorder returning attribute 'frameBorder' with type string (idl: DOMString).

LongDesc returning attribute 'longDesc' with type string (idl: USVString).

MarginHeight returning attribute 'marginHeight' with type string (idl: DOMString).

MarginWidth returning attribute 'marginWidth' with type string (idl: DOMString).

Name returning attribute 'name' with type string (idl: DOMString).

func (_this *HTMLFrameElement) NoResize() bool

NoResize returning attribute 'noResize' with type bool (idl: boolean).

Scrolling returning attribute 'scrolling' with type string (idl: DOMString).

func (_this *HTMLFrameElement) SetFrameBorder(value string)

SetFrameBorder setting attribute 'frameBorder' with type string (idl: DOMString).

func (_this *HTMLFrameElement) SetLongDesc(value string)

SetLongDesc setting attribute 'longDesc' with type string (idl: USVString).

func (_this *HTMLFrameElement) SetMarginHeight(value string)

SetMarginHeight setting attribute 'marginHeight' with type string (idl: DOMString).

func (_this *HTMLFrameElement) SetMarginWidth(value string)

SetMarginWidth setting attribute 'marginWidth' with type string (idl: DOMString).

SetName setting attribute 'name' with type string (idl: DOMString).

func (_this *HTMLFrameElement) SetNoResize(value bool)

SetNoResize setting attribute 'noResize' with type bool (idl: boolean).

func (_this *HTMLFrameElement) SetScrolling(value string)

SetScrolling setting attribute 'scrolling' with type string (idl: DOMString).

SetSrc setting attribute 'src' with type string (idl: USVString).

Src returning attribute 'src' with type string (idl: USVString).

class: HTMLIFrameElement

func HTMLIFrameElementFromJS(value js.Value) *HTMLIFrameElement

HTMLIFrameElementFromJS is casting a js.Value into HTMLIFrameElement.

HTMLIFrameElementFromJS is casting from something that holds a js.Value into HTMLIFrameElement.

Align returning attribute 'align' with type string (idl: DOMString).

Allow returning attribute 'allow' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) AllowFullscreen() bool

AllowFullscreen returning attribute 'allowFullscreen' with type bool (idl: boolean).

func (_this *HTMLIFrameElement) AllowPaymentRequest() bool

AllowPaymentRequest returning attribute 'allowPaymentRequest' with type bool (idl: boolean).

func (*HTMLIFrameElement) ContentDocument

func (_this *HTMLIFrameElement) ContentDocument() *Document

ContentDocument returning attribute 'contentDocument' with type Document (idl: Document).

func (*HTMLIFrameElement) ContentWindow

func (_this *HTMLIFrameElement) ContentWindow() *Window

ContentWindow returning attribute 'contentWindow' with type Window (idl: Window).

Csp returning attribute 'csp' with type string (idl: DOMString).

FeaturePolicy returning attribute 'featurePolicy' with type featurepolicy.FeaturePolicy (idl: FeaturePolicy).

FrameBorder returning attribute 'frameBorder' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) GetSVGDocument() (_result *Document)

Height returning attribute 'height' with type string (idl: DOMString).

LongDesc returning attribute 'longDesc' with type string (idl: USVString).

MarginHeight returning attribute 'marginHeight' with type string (idl: DOMString).

MarginWidth returning attribute 'marginWidth' with type string (idl: DOMString).

Name returning attribute 'name' with type string (idl: DOMString).

ReferrerPolicy returning attribute 'referrerPolicy' with type string (idl: DOMString).

func (*HTMLIFrameElement) Sandbox

Sandbox returning attribute 'sandbox' with type domcore.DOMTokenList (idl: DOMTokenList).

Scrolling returning attribute 'scrolling' with type string (idl: DOMString).

SetAlign setting attribute 'align' with type string (idl: DOMString).

SetAllow setting attribute 'allow' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) SetAllowFullscreen(value bool)

SetAllowFullscreen setting attribute 'allowFullscreen' with type bool (idl: boolean).

func (_this *HTMLIFrameElement) SetAllowPaymentRequest(value bool)

SetAllowPaymentRequest setting attribute 'allowPaymentRequest' with type bool (idl: boolean).

SetCsp setting attribute 'csp' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) SetFrameBorder(value string)

SetFrameBorder setting attribute 'frameBorder' with type string (idl: DOMString).

SetHeight setting attribute 'height' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) SetLongDesc(value string)

SetLongDesc setting attribute 'longDesc' with type string (idl: USVString).

func (_this *HTMLIFrameElement) SetMarginHeight(value string)

SetMarginHeight setting attribute 'marginHeight' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) SetMarginWidth(value string)

SetMarginWidth setting attribute 'marginWidth' with type string (idl: DOMString).

SetName setting attribute 'name' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) SetReferrerPolicy(value string)

SetReferrerPolicy setting attribute 'referrerPolicy' with type string (idl: DOMString).

func (_this *HTMLIFrameElement) SetScrolling(value string)

SetScrolling setting attribute 'scrolling' with type string (idl: DOMString).

SetSrc setting attribute 'src' with type string (idl: USVString).

SetSrcdoc setting attribute 'srcdoc' with type string (idl: DOMString).

SetWidth setting attribute 'width' with type string (idl: DOMString).

Src returning attribute 'src' with type string (idl: USVString).

Srcdoc returning attribute 'srcdoc' with type string (idl: DOMString).

Width returning attribute 'width' with type string (idl: DOMString).

class: HTMLObjectElement

func HTMLObjectElementFromJS(value js.Value) *HTMLObjectElement

HTMLObjectElementFromJS is casting a js.Value into HTMLObjectElement.

HTMLObjectElementFromJS is casting from something that holds a js.Value into HTMLObjectElement.

Align returning attribute 'align' with type string (idl: DOMString).

Archive returning attribute 'archive' with type string (idl: DOMString).

Border returning attribute 'border' with type string (idl: DOMString).

func (_this *HTMLObjectElement) CheckValidity() (_result bool)

Code returning attribute 'code' with type string (idl: DOMString).

CodeBase returning attribute 'codeBase' with type string (idl: DOMString).

CodeType returning attribute 'codeType' with type string (idl: DOMString).

func (*HTMLObjectElement) ContentDocument

func (_this *HTMLObjectElement) ContentDocument() *Document

ContentDocument returning attribute 'contentDocument' with type Document (idl: Document).

func (*HTMLObjectElement) ContentWindow

func (_this *HTMLObjectElement) ContentWindow() *Window

ContentWindow returning attribute 'contentWindow' with type Window (idl: Window).

Data returning attribute 'data' with type string (idl: USVString).

func (_this *HTMLObjectElement) Declare() bool

Declare returning attribute 'declare' with type bool (idl: boolean).

Form returning attribute 'form' with type html.HTMLFormElement (idl: HTMLFormElement).

func (_this *HTMLObjectElement) GetSVGDocument() (_result *Document)

Height returning attribute 'height' with type string (idl: DOMString).

Hspace returning attribute 'hspace' with type uint (idl: unsigned long).

Name returning attribute 'name' with type string (idl: DOMString).

func (_this *HTMLObjectElement) ReportValidity() (_result bool)

SetAlign setting attribute 'align' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetArchive(value string)

SetArchive setting attribute 'archive' with type string (idl: DOMString).

SetBorder setting attribute 'border' with type string (idl: DOMString).

SetCode setting attribute 'code' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetCodeBase(value string)

SetCodeBase setting attribute 'codeBase' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetCodeType(value string)

SetCodeType setting attribute 'codeType' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetCustomValidity(_error string)

SetData setting attribute 'data' with type string (idl: USVString).

func (_this *HTMLObjectElement) SetDeclare(value bool)

SetDeclare setting attribute 'declare' with type bool (idl: boolean).

SetHeight setting attribute 'height' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetHspace(value uint)

SetHspace setting attribute 'hspace' with type uint (idl: unsigned long).

SetName setting attribute 'name' with type string (idl: DOMString).

func (*HTMLObjectElement) SetStandby

func (_this *HTMLObjectElement) SetStandby(value string)

SetStandby setting attribute 'standby' with type string (idl: DOMString).

SetType setting attribute 'type' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetTypeMustMatch(value bool)

SetTypeMustMatch setting attribute 'typeMustMatch' with type bool (idl: boolean).

SetUseMap setting attribute 'useMap' with type string (idl: DOMString).

func (_this *HTMLObjectElement) SetVspace(value uint)

SetVspace setting attribute 'vspace' with type uint (idl: unsigned long).

SetWidth setting attribute 'width' with type string (idl: DOMString).

func (*HTMLObjectElement) Standby

Standby returning attribute 'standby' with type string (idl: DOMString).

Type returning attribute 'type' with type string (idl: DOMString).

func (_this *HTMLObjectElement) TypeMustMatch() bool

TypeMustMatch returning attribute 'typeMustMatch' with type bool (idl: boolean).

UseMap returning attribute 'useMap' with type string (idl: DOMString).

func (_this *HTMLObjectElement) ValidationMessage() string

ValidationMessage returning attribute 'validationMessage' with type string (idl: DOMString).

Validity returning attribute 'validity' with type html.ValidityState (idl: ValidityState).

Vspace returning attribute 'vspace' with type uint (idl: unsigned long).

Width returning attribute 'width' with type string (idl: DOMString).

func (_this *HTMLObjectElement) WillValidate() bool

WillValidate returning attribute 'willValidate' with type bool (idl: boolean).

type Union struct { Value js.Value }

class: Window

GetWindow returning attribute 'window' with type Window (idl: Window).

WindowFromJS is casting a js.Value into Window.

WindowFromJS is casting from something that holds a js.Value into Window.

AddAbort is adding doing AddEventListener for 'Abort' on target. This method is returning allocated javascript function that need to be released.

AddAfterPrint is adding doing AddEventListener for 'AfterPrint' on target. This method is returning allocated javascript function that need to be released.

AddAnimationCancel is adding doing AddEventListener for 'AnimationCancel' on target. This method is returning allocated javascript function that need to be released.

AddAnimationEnd is adding doing AddEventListener for 'AnimationEnd' on target. This method is returning allocated javascript function that need to be released.

AddAnimationIteration is adding doing AddEventListener for 'AnimationIteration' on target. This method is returning allocated javascript function that need to be released.

AddAnimationStart is adding doing AddEventListener for 'AnimationStart' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventAppInstalled(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddAppInstalled is adding doing AddEventListener for 'AppInstalled' on target. This method is returning allocated javascript function that need to be released.

AddAuxclick is adding doing AddEventListener for 'Auxclick' on target. This method is returning allocated javascript function that need to be released.

AddBeforeInstallPrompt is adding doing AddEventListener for 'BeforeInstallPrompt' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventBeforePrint(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddBeforePrint is adding doing AddEventListener for 'BeforePrint' on target. This method is returning allocated javascript function that need to be released.

AddBeforeUnload is adding doing AddEventListener for 'BeforeUnload' on target. This method is returning allocated javascript function that need to be released.

AddBlur is adding doing AddEventListener for 'Blur' on target. This method is returning allocated javascript function that need to be released.

AddCanPlay is adding doing AddEventListener for 'CanPlay' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventCanPlayThrough(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddCanPlayThrough is adding doing AddEventListener for 'CanPlayThrough' on target. This method is returning allocated javascript function that need to be released.

AddCancel is adding doing AddEventListener for 'Cancel' on target. This method is returning allocated javascript function that need to be released.

AddChange is adding doing AddEventListener for 'Change' on target. This method is returning allocated javascript function that need to be released.

AddClick is adding doing AddEventListener for 'Click' on target. This method is returning allocated javascript function that need to be released.

AddClose is adding doing AddEventListener for 'Close' on target. This method is returning allocated javascript function that need to be released.

AddContextMenu is adding doing AddEventListener for 'ContextMenu' on target. This method is returning allocated javascript function that need to be released.

AddCueChange is adding doing AddEventListener for 'CueChange' on target. This method is returning allocated javascript function that need to be released.

AddDblClick is adding doing AddEventListener for 'DblClick' on target. This method is returning allocated javascript function that need to be released.

AddDeviceMotion is adding doing AddEventListener for 'DeviceMotion' on target. This method is returning allocated javascript function that need to be released.

AddDeviceOrientation is adding doing AddEventListener for 'DeviceOrientation' on target. This method is returning allocated javascript function that need to be released.

AddDrag is adding doing AddEventListener for 'Drag' on target. This method is returning allocated javascript function that need to be released.

AddDragEnd is adding doing AddEventListener for 'DragEnd' on target. This method is returning allocated javascript function that need to be released.

AddDragEnter is adding doing AddEventListener for 'DragEnter' on target. This method is returning allocated javascript function that need to be released.

AddDragExit is adding doing AddEventListener for 'DragExit' on target. This method is returning allocated javascript function that need to be released.

AddDragLeave is adding doing AddEventListener for 'DragLeave' on target. This method is returning allocated javascript function that need to be released.

AddDragOver is adding doing AddEventListener for 'DragOver' on target. This method is returning allocated javascript function that need to be released.

AddDragStart is adding doing AddEventListener for 'DragStart' on target. This method is returning allocated javascript function that need to be released.

AddDrop is adding doing AddEventListener for 'Drop' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventDurationChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddDurationChange is adding doing AddEventListener for 'DurationChange' on target. This method is returning allocated javascript function that need to be released.

AddEmptied is adding doing AddEventListener for 'Emptied' on target. This method is returning allocated javascript function that need to be released.

AddEnded is adding doing AddEventListener for 'Ended' on target. This method is returning allocated javascript function that need to be released.

AddError is adding doing AddEventListener for 'Error' on target. This method is returning allocated javascript function that need to be released.

AddFocus is adding doing AddEventListener for 'Focus' on target. This method is returning allocated javascript function that need to be released.

AddFormData is adding doing AddEventListener for 'FormData' on target. This method is returning allocated javascript function that need to be released.

AddGotPointerCapture is adding doing AddEventListener for 'GotPointerCapture' on target. This method is returning allocated javascript function that need to be released.

AddHashChange is adding doing AddEventListener for 'HashChange' on target. This method is returning allocated javascript function that need to be released.

AddInput is adding doing AddEventListener for 'Input' on target. This method is returning allocated javascript function that need to be released.

AddInvalid is adding doing AddEventListener for 'Invalid' on target. This method is returning allocated javascript function that need to be released.

AddKeyDown is adding doing AddEventListener for 'KeyDown' on target. This method is returning allocated javascript function that need to be released.

AddKeyPress is adding doing AddEventListener for 'KeyPress' on target. This method is returning allocated javascript function that need to be released.

AddKeyUp is adding doing AddEventListener for 'KeyUp' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventLanguageChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddLanguageChange is adding doing AddEventListener for 'LanguageChange' on target. This method is returning allocated javascript function that need to be released.

AddLoad is adding doing AddEventListener for 'Load' on target. This method is returning allocated javascript function that need to be released.

AddLoadEnd is adding doing AddEventListener for 'LoadEnd' on target. This method is returning allocated javascript function that need to be released.

AddLoadStart is adding doing AddEventListener for 'LoadStart' on target. This method is returning allocated javascript function that need to be released.

AddLoadedData is adding doing AddEventListener for 'LoadedData' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventLoadedMetaData(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddLoadedMetaData is adding doing AddEventListener for 'LoadedMetaData' on target. This method is returning allocated javascript function that need to be released.

AddLostPointerCapture is adding doing AddEventListener for 'LostPointerCapture' on target. This method is returning allocated javascript function that need to be released.

AddMessage is adding doing AddEventListener for 'Message' on target. This method is returning allocated javascript function that need to be released.

AddMessageError is adding doing AddEventListener for 'MessageError' on target. This method is returning allocated javascript function that need to be released.

AddMouseDown is adding doing AddEventListener for 'MouseDown' on target. This method is returning allocated javascript function that need to be released.

AddMouseEnter is adding doing AddEventListener for 'MouseEnter' on target. This method is returning allocated javascript function that need to be released.

AddMouseLeave is adding doing AddEventListener for 'MouseLeave' on target. This method is returning allocated javascript function that need to be released.

AddMouseMove is adding doing AddEventListener for 'MouseMove' on target. This method is returning allocated javascript function that need to be released.

AddMouseOut is adding doing AddEventListener for 'MouseOut' on target. This method is returning allocated javascript function that need to be released.

AddMouseOver is adding doing AddEventListener for 'MouseOver' on target. This method is returning allocated javascript function that need to be released.

AddMouseUp is adding doing AddEventListener for 'MouseUp' on target. This method is returning allocated javascript function that need to be released.

AddOffline is adding doing AddEventListener for 'Offline' on target. This method is returning allocated javascript function that need to be released.

AddOnline is adding doing AddEventListener for 'Online' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventOrientationchange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddOrientationchange is adding doing AddEventListener for 'Orientationchange' on target. This method is returning allocated javascript function that need to be released.

AddPageHide is adding doing AddEventListener for 'PageHide' on target. This method is returning allocated javascript function that need to be released.

AddPageShow is adding doing AddEventListener for 'PageShow' on target. This method is returning allocated javascript function that need to be released.

AddPause is adding doing AddEventListener for 'Pause' on target. This method is returning allocated javascript function that need to be released.

AddPlay is adding doing AddEventListener for 'Play' on target. This method is returning allocated javascript function that need to be released.

AddPlaying is adding doing AddEventListener for 'Playing' on target. This method is returning allocated javascript function that need to be released.

AddPointerCancel is adding doing AddEventListener for 'PointerCancel' on target. This method is returning allocated javascript function that need to be released.

AddPointerDown is adding doing AddEventListener for 'PointerDown' on target. This method is returning allocated javascript function that need to be released.

AddPointerEnter is adding doing AddEventListener for 'PointerEnter' on target. This method is returning allocated javascript function that need to be released.

AddPointerLeave is adding doing AddEventListener for 'PointerLeave' on target. This method is returning allocated javascript function that need to be released.

AddPointerMove is adding doing AddEventListener for 'PointerMove' on target. This method is returning allocated javascript function that need to be released.

AddPointerOut is adding doing AddEventListener for 'PointerOut' on target. This method is returning allocated javascript function that need to be released.

AddPointerOver is adding doing AddEventListener for 'PointerOver' on target. This method is returning allocated javascript function that need to be released.

AddPointerUp is adding doing AddEventListener for 'PointerUp' on target. This method is returning allocated javascript function that need to be released.

AddPopState is adding doing AddEventListener for 'PopState' on target. This method is returning allocated javascript function that need to be released.

AddProgress is adding doing AddEventListener for 'Progress' on target. This method is returning allocated javascript function that need to be released.

AddRateChange is adding doing AddEventListener for 'RateChange' on target. This method is returning allocated javascript function that need to be released.

func (*Window) AddEventRejectionHandled

AddRejectionHandled is adding doing AddEventListener for 'RejectionHandled' on target. This method is returning allocated javascript function that need to be released.

AddReset is adding doing AddEventListener for 'Reset' on target. This method is returning allocated javascript function that need to be released.

AddResize is adding doing AddEventListener for 'Resize' on target. This method is returning allocated javascript function that need to be released.

AddScroll is adding doing AddEventListener for 'Scroll' on target. This method is returning allocated javascript function that need to be released.

AddSecurityPolicyViolation is adding doing AddEventListener for 'SecurityPolicyViolation' on target. This method is returning allocated javascript function that need to be released.

AddSeeked is adding doing AddEventListener for 'Seeked' on target. This method is returning allocated javascript function that need to be released.

AddSeeking is adding doing AddEventListener for 'Seeking' on target. This method is returning allocated javascript function that need to be released.

AddSelect is adding doing AddEventListener for 'Select' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventSelectStart(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddSelectStart is adding doing AddEventListener for 'SelectStart' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventSelectionChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddSelectionChange is adding doing AddEventListener for 'SelectionChange' on target. This method is returning allocated javascript function that need to be released.

AddStalled is adding doing AddEventListener for 'Stalled' on target. This method is returning allocated javascript function that need to be released.

AddStorage is adding doing AddEventListener for 'Storage' on target. This method is returning allocated javascript function that need to be released.

AddSubmit is adding doing AddEventListener for 'Submit' on target. This method is returning allocated javascript function that need to be released.

AddSuspend is adding doing AddEventListener for 'Suspend' on target. This method is returning allocated javascript function that need to be released.

AddTimeUpdate is adding doing AddEventListener for 'TimeUpdate' on target. This method is returning allocated javascript function that need to be released.

AddToggle is adding doing AddEventListener for 'Toggle' on target. This method is returning allocated javascript function that need to be released.

AddTouchCancel is adding doing AddEventListener for 'TouchCancel' on target. This method is returning allocated javascript function that need to be released.

AddTouchEnd is adding doing AddEventListener for 'TouchEnd' on target. This method is returning allocated javascript function that need to be released.

AddTouchMove is adding doing AddEventListener for 'TouchMove' on target. This method is returning allocated javascript function that need to be released.

AddTouchStart is adding doing AddEventListener for 'TouchStart' on target. This method is returning allocated javascript function that need to be released.

AddTransitionCancel is adding doing AddEventListener for 'TransitionCancel' on target. This method is returning allocated javascript function that need to be released.

AddTransitionEnd is adding doing AddEventListener for 'TransitionEnd' on target. This method is returning allocated javascript function that need to be released.

AddTransitionRun is adding doing AddEventListener for 'TransitionRun' on target. This method is returning allocated javascript function that need to be released.

AddTransitionStart is adding doing AddEventListener for 'TransitionStart' on target. This method is returning allocated javascript function that need to be released.

func (*Window) AddEventUnhandledRejection

AddUnhandledRejection is adding doing AddEventListener for 'UnhandledRejection' on target. This method is returning allocated javascript function that need to be released.

AddUnload is adding doing AddEventListener for 'Unload' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayActivate is adding doing AddEventListener for 'VRDisplayActivate' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayBlur is adding doing AddEventListener for 'VRDisplayBlur' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayConnect is adding doing AddEventListener for 'VRDisplayConnect' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayDeactivate is adding doing AddEventListener for 'VRDisplayDeactivate' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayDisconnect is adding doing AddEventListener for 'VRDisplayDisconnect' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayFocus is adding doing AddEventListener for 'VRDisplayFocus' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayPointeRunRestricted is adding doing AddEventListener for 'VRDisplayPointeRunRestricted' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayPointerRestricted is adding doing AddEventListener for 'VRDisplayPointerRestricted' on target. This method is returning allocated javascript function that need to be released.

AddVRDisplayPresentChange is adding doing AddEventListener for 'VRDisplayPresentChange' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) AddEventVolumeChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

AddVolumeChange is adding doing AddEventListener for 'VolumeChange' on target. This method is returning allocated javascript function that need to be released.

AddWaiting is adding doing AddEventListener for 'Waiting' on target. This method is returning allocated javascript function that need to be released.

AddWheel is adding doing AddEventListener for 'Wheel' on target. This method is returning allocated javascript function that need to be released.

func (_this *Window) Alert()

func (_this *Window) Alert2(message string)

ApplicationCache returning attribute 'applicationCache' with type htmlmisc.ApplicationCache (idl: ApplicationCache).

func (_this *Window) Blur()

Caches returning attribute 'caches' with type serviceworker.CacheStorage (idl: CacheStorage).

func (_this *Window) CancelAnimationFrame(handle uint)

func (_this *Window) CancelIdleCallback(handle uint)

func (_this *Window) CaptureEvents()

func (_this *Window) ClearInterval(handle *int)

func (_this *Window) ClearTimeout(handle *int)

func (_this *Window) Close()

func (_this *Window) Closed() bool

Closed returning attribute 'closed' with type bool (idl: boolean).

func (_this *Window) Confirm(message *string) (_result bool)

CookieStore returning attribute 'cookieStore' with type cookie.CookieStore (idl: CookieStore).

Crypto returning attribute 'crypto' with type crypto.Crypto (idl: Crypto).

CustomElements returning attribute 'customElements' with type htmlmisc.CustomElementRegistry (idl: CustomElementRegistry).

func (_this *Window) DevicePixelRatio() float64

DevicePixelRatio returning attribute 'devicePixelRatio' with type float64 (idl: double).

func (_this *Window) Document() *Document

Document returning attribute 'document' with type Document (idl: Document).

Event returning attribute 'event' with type Any (idl: any).

External returning attribute 'external' with type htmlmisc.External (idl: External).

func (_this *Window) Focus()

FrameElement returning attribute 'frameElement' with type dom.Element (idl: Element).

func (_this *Window) Frames() *Window

Frames returning attribute 'frames' with type Window (idl: Window).

History returning attribute 'history' with type htmlmisc.History (idl: History).

IndexedDB returning attribute 'indexedDB' with type indexeddb.IDBFactory (idl: IDBFactory).

func (_this *Window) InnerHeight() int

InnerHeight returning attribute 'innerHeight' with type int (idl: long).

func (_this *Window) InnerWidth() int

InnerWidth returning attribute 'innerWidth' with type int (idl: long).

func (_this *Window) IsSecureContext() bool

IsSecureContext returning attribute 'isSecureContext' with type bool (idl: boolean).

func (_this *Window) Length() uint

Length returning attribute 'length' with type uint (idl: unsigned long).

LocalStorage returning attribute 'localStorage' with type htmlevent.Storage (idl: Storage).

Location returning attribute 'location' with type htmlmisc.Location (idl: Location).

Locationbar returning attribute 'locationbar' with type htmlmisc.BarProp (idl: BarProp).

Menubar returning attribute 'menubar' with type htmlmisc.BarProp (idl: BarProp).

func (_this *Window) MoveBy(x int, y int)

func (_this *Window) MoveTo(x int, y int)

Name returning attribute 'name' with type string (idl: DOMString).

Navigator returning attribute 'navigator' with type htmlmisc.Navigator (idl: Navigator).

OnAbort returning attribute 'onabort' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAfterPrint returning attribute 'onafterprint' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationCancel returning attribute 'onanimationcancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationEnd returning attribute 'onanimationend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationIteration returning attribute 'onanimationiteration' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAnimationStart returning attribute 'onanimationstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAppInstalled returning attribute 'onappinstalled' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnAuxclick returning attribute 'onauxclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnBeforeInstallPrompt returning attribute 'onbeforeinstallprompt' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnBeforePrint returning attribute 'onbeforeprint' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnBeforeUnload returning attribute 'onbeforeunload' with type htmlcommon.OnBeforeUnloadEventHandler (idl: OnBeforeUnloadEventHandlerNonNull).

OnBlur returning attribute 'onblur' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCanPlay returning attribute 'oncanplay' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCanPlayThrough returning attribute 'oncanplaythrough' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCancel returning attribute 'oncancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnChange returning attribute 'onchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnClick returning attribute 'onclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnClose returning attribute 'onclose' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnContextMenu returning attribute 'oncontextmenu' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnCueChange returning attribute 'oncuechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDblClick returning attribute 'ondblclick' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDeviceMotion returning attribute 'ondevicemotion' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDeviceOrientation returning attribute 'ondeviceorientation' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDrag returning attribute 'ondrag' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragEnd returning attribute 'ondragend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragEnter returning attribute 'ondragenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragExit returning attribute 'ondragexit' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragLeave returning attribute 'ondragleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragOver returning attribute 'ondragover' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDragStart returning attribute 'ondragstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDrop returning attribute 'ondrop' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnDurationChange returning attribute 'ondurationchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnEmptied returning attribute 'onemptied' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnEnded returning attribute 'onended' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnError returning attribute 'onerror' with type htmlcommon.OnErrorEventHandler (idl: OnErrorEventHandlerNonNull).

OnFocus returning attribute 'onfocus' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnFormData returning attribute 'onformdata' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnGotPointerCapture returning attribute 'ongotpointercapture' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnHashChange returning attribute 'onhashchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnInput returning attribute 'oninput' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnInvalid returning attribute 'oninvalid' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnKeyDown returning attribute 'onkeydown' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnKeyPress returning attribute 'onkeypress' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnKeyUp returning attribute 'onkeyup' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLanguageChange returning attribute 'onlanguagechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoad returning attribute 'onload' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadEnd returning attribute 'onloadend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadStart returning attribute 'onloadstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadedData returning attribute 'onloadeddata' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLoadedMetaData returning attribute 'onloadedmetadata' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnLostPointerCapture returning attribute 'onlostpointercapture' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMessage returning attribute 'onmessage' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMessageError returning attribute 'onmessageerror' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseDown returning attribute 'onmousedown' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseEnter returning attribute 'onmouseenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseLeave returning attribute 'onmouseleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseMove returning attribute 'onmousemove' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseOut returning attribute 'onmouseout' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseOver returning attribute 'onmouseover' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnMouseUp returning attribute 'onmouseup' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnOffline returning attribute 'onoffline' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnOnline returning attribute 'ononline' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnOrientationchange returning attribute 'onorientationchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPageHide returning attribute 'onpagehide' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPageShow returning attribute 'onpageshow' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPause returning attribute 'onpause' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPlay returning attribute 'onplay' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPlaying returning attribute 'onplaying' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerCancel returning attribute 'onpointercancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerDown returning attribute 'onpointerdown' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerEnter returning attribute 'onpointerenter' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerLeave returning attribute 'onpointerleave' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerMove returning attribute 'onpointermove' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerOut returning attribute 'onpointerout' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerOver returning attribute 'onpointerover' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPointerUp returning attribute 'onpointerup' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnPopState returning attribute 'onpopstate' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnProgress returning attribute 'onprogress' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnRateChange returning attribute 'onratechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*Window) OnRejectionHandled

OnRejectionHandled returning attribute 'onrejectionhandled' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnReset returning attribute 'onreset' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnResize returning attribute 'onresize' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnScroll returning attribute 'onscroll' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSecurityPolicyViolation returning attribute 'onsecuritypolicyviolation' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSeeked returning attribute 'onseeked' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSeeking returning attribute 'onseeking' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSelect returning attribute 'onselect' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSelectStart returning attribute 'onselectstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSelectionChange returning attribute 'onselectionchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnStalled returning attribute 'onstalled' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnStorage returning attribute 'onstorage' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSubmit returning attribute 'onsubmit' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnSuspend returning attribute 'onsuspend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTimeUpdate returning attribute 'ontimeupdate' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnToggle returning attribute 'ontoggle' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchCancel returning attribute 'ontouchcancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchEnd returning attribute 'ontouchend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchMove returning attribute 'ontouchmove' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTouchStart returning attribute 'ontouchstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionCancel returning attribute 'ontransitioncancel' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionEnd returning attribute 'ontransitionend' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionRun returning attribute 'ontransitionrun' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnTransitionStart returning attribute 'ontransitionstart' with type domcore.EventHandler (idl: EventHandlerNonNull).

func (*Window) OnUnhandledRejection

OnUnhandledRejection returning attribute 'onunhandledrejection' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnUnload returning attribute 'onunload' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayActivate returning attribute 'onvrdisplayactivate' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayBlur returning attribute 'onvrdisplayblur' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayConnect returning attribute 'onvrdisplayconnect' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayDeactivate returning attribute 'onvrdisplaydeactivate' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayDisconnect returning attribute 'onvrdisplaydisconnect' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayFocus returning attribute 'onvrdisplayfocus' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayPointeRunRestricted returning attribute 'onvrdisplaypointerunrestricted' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayPointerRestricted returning attribute 'onvrdisplaypointerrestricted' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVRDisplayPresentChange returning attribute 'onvrdisplaypresentchange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnVolumeChange returning attribute 'onvolumechange' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnWaiting returning attribute 'onwaiting' with type domcore.EventHandler (idl: EventHandlerNonNull).

OnWheel returning attribute 'onwheel' with type domcore.EventHandler (idl: EventHandlerNonNull).

Opener returning attribute 'opener' with type Any (idl: any).

func (_this *Window) Orientation() int

Orientation returning attribute 'orientation' with type int (idl: short).

Origin returning attribute 'origin' with type string (idl: USVString).

func (_this *Window) OuterHeight() int

OuterHeight returning attribute 'outerHeight' with type int (idl: long).

func (_this *Window) OuterWidth() int

OuterWidth returning attribute 'outerWidth' with type int (idl: long).

PageXOffset returning attribute 'pageXOffset' with type float64 (idl: double).

PageYOffset returning attribute 'pageYOffset' with type float64 (idl: double).

func (_this *Window) Parent() *Window

Parent returning attribute 'parent' with type Window (idl: Window).

Performance returning attribute 'performance' with type performance.Performance (idl: Performance).

Personalbar returning attribute 'personalbar' with type htmlmisc.BarProp (idl: BarProp).

func (_this *Window) PostMessage2(message interface{}, options *WindowPostMessageOptions)

func (_this *Window) Print()

func (_this *Window) ReleaseEvents()

func (_this *Window) ResizeBy(x int, y int)

func (_this *Window) ResizeTo(x int, y int)

Screen returning attribute 'screen' with type view.Screen (idl: Screen).

func (_this *Window) ScreenLeft() int

ScreenLeft returning attribute 'screenLeft' with type int (idl: long).

func (_this *Window) ScreenTop() int

ScreenTop returning attribute 'screenTop' with type int (idl: long).

func (_this *Window) ScreenX() int

ScreenX returning attribute 'screenX' with type int (idl: long).

func (_this *Window) ScreenY() int

ScreenY returning attribute 'screenY' with type int (idl: long).

ScrollX returning attribute 'scrollX' with type float64 (idl: double).

ScrollY returning attribute 'scrollY' with type float64 (idl: double).

Scrollbars returning attribute 'scrollbars' with type htmlmisc.BarProp (idl: BarProp).

func (_this *Window) Self() *Window

Self returning attribute 'self' with type Window (idl: Window).

SessionStorage returning attribute 'sessionStorage' with type htmlevent.Storage (idl: Storage).

func (_this *Window) SetInterval(handler *Union, timeout *int, arguments ...interface{}) (_result int)

func (_this *Window) SetName(value string)

SetName setting attribute 'name' with type string (idl: DOMString).

SetOnAbort is assigning a function to 'onabort'. This This method is returning allocated javascript function that need to be released.

SetOnAfterPrint is assigning a function to 'onafterprint'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationCancel is assigning a function to 'onanimationcancel'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationEnd is assigning a function to 'onanimationend'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationIteration is assigning a function to 'onanimationiteration'. This This method is returning allocated javascript function that need to be released.

SetOnAnimationStart is assigning a function to 'onanimationstart'. This This method is returning allocated javascript function that need to be released.

SetOnAppInstalled is assigning a function to 'onappinstalled'. This This method is returning allocated javascript function that need to be released.

SetOnAuxclick is assigning a function to 'onauxclick'. This This method is returning allocated javascript function that need to be released.

SetOnBeforeInstallPrompt is assigning a function to 'onbeforeinstallprompt'. This This method is returning allocated javascript function that need to be released.

SetOnBeforePrint is assigning a function to 'onbeforeprint'. This This method is returning allocated javascript function that need to be released.

SetOnBeforeUnload is assigning a function to 'onbeforeunload'. This This method is returning allocated javascript function that need to be released.

SetOnBlur is assigning a function to 'onblur'. This This method is returning allocated javascript function that need to be released.

SetOnCanPlay is assigning a function to 'oncanplay'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOnCanPlayThrough(listener func(event *domcore.Event, currentTarget *Window)) js.Func

SetOnCanPlayThrough is assigning a function to 'oncanplaythrough'. This This method is returning allocated javascript function that need to be released.

SetOnCancel is assigning a function to 'oncancel'. This This method is returning allocated javascript function that need to be released.

SetOnChange is assigning a function to 'onchange'. This This method is returning allocated javascript function that need to be released.

SetOnClick is assigning a function to 'onclick'. This This method is returning allocated javascript function that need to be released.

SetOnClose is assigning a function to 'onclose'. This This method is returning allocated javascript function that need to be released.

SetOnContextMenu is assigning a function to 'oncontextmenu'. This This method is returning allocated javascript function that need to be released.

SetOnCueChange is assigning a function to 'oncuechange'. This This method is returning allocated javascript function that need to be released.

SetOnDblClick is assigning a function to 'ondblclick'. This This method is returning allocated javascript function that need to be released.

SetOnDeviceMotion is assigning a function to 'ondevicemotion'. This This method is returning allocated javascript function that need to be released.

SetOnDeviceOrientation is assigning a function to 'ondeviceorientation'. This This method is returning allocated javascript function that need to be released.

SetOnDrag is assigning a function to 'ondrag'. This This method is returning allocated javascript function that need to be released.

SetOnDragEnd is assigning a function to 'ondragend'. This This method is returning allocated javascript function that need to be released.

SetOnDragEnter is assigning a function to 'ondragenter'. This This method is returning allocated javascript function that need to be released.

SetOnDragExit is assigning a function to 'ondragexit'. This This method is returning allocated javascript function that need to be released.

SetOnDragLeave is assigning a function to 'ondragleave'. This This method is returning allocated javascript function that need to be released.

SetOnDragOver is assigning a function to 'ondragover'. This This method is returning allocated javascript function that need to be released.

SetOnDragStart is assigning a function to 'ondragstart'. This This method is returning allocated javascript function that need to be released.

SetOnDrop is assigning a function to 'ondrop'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOnDurationChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

SetOnDurationChange is assigning a function to 'ondurationchange'. This This method is returning allocated javascript function that need to be released.

SetOnEmptied is assigning a function to 'onemptied'. This This method is returning allocated javascript function that need to be released.

SetOnEnded is assigning a function to 'onended'. This This method is returning allocated javascript function that need to be released.

SetOnError is assigning a function to 'onerror'. This This method is returning allocated javascript function that need to be released.

SetOnFocus is assigning a function to 'onfocus'. This This method is returning allocated javascript function that need to be released.

SetOnFormData is assigning a function to 'onformdata'. This This method is returning allocated javascript function that need to be released.

SetOnGotPointerCapture is assigning a function to 'ongotpointercapture'. This This method is returning allocated javascript function that need to be released.

SetOnHashChange is assigning a function to 'onhashchange'. This This method is returning allocated javascript function that need to be released.

SetOnInput is assigning a function to 'oninput'. This This method is returning allocated javascript function that need to be released.

SetOnInvalid is assigning a function to 'oninvalid'. This This method is returning allocated javascript function that need to be released.

SetOnKeyDown is assigning a function to 'onkeydown'. This This method is returning allocated javascript function that need to be released.

SetOnKeyPress is assigning a function to 'onkeypress'. This This method is returning allocated javascript function that need to be released.

SetOnKeyUp is assigning a function to 'onkeyup'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOnLanguageChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

SetOnLanguageChange is assigning a function to 'onlanguagechange'. This This method is returning allocated javascript function that need to be released.

SetOnLoad is assigning a function to 'onload'. This This method is returning allocated javascript function that need to be released.

SetOnLoadEnd is assigning a function to 'onloadend'. This This method is returning allocated javascript function that need to be released.

SetOnLoadStart is assigning a function to 'onloadstart'. This This method is returning allocated javascript function that need to be released.

SetOnLoadedData is assigning a function to 'onloadeddata'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOnLoadedMetaData(listener func(event *domcore.Event, currentTarget *Window)) js.Func

SetOnLoadedMetaData is assigning a function to 'onloadedmetadata'. This This method is returning allocated javascript function that need to be released.

SetOnLostPointerCapture is assigning a function to 'onlostpointercapture'. This This method is returning allocated javascript function that need to be released.

SetOnMessage is assigning a function to 'onmessage'. This This method is returning allocated javascript function that need to be released.

SetOnMessageError is assigning a function to 'onmessageerror'. This This method is returning allocated javascript function that need to be released.

SetOnMouseDown is assigning a function to 'onmousedown'. This This method is returning allocated javascript function that need to be released.

SetOnMouseEnter is assigning a function to 'onmouseenter'. This This method is returning allocated javascript function that need to be released.

SetOnMouseLeave is assigning a function to 'onmouseleave'. This This method is returning allocated javascript function that need to be released.

SetOnMouseMove is assigning a function to 'onmousemove'. This This method is returning allocated javascript function that need to be released.

SetOnMouseOut is assigning a function to 'onmouseout'. This This method is returning allocated javascript function that need to be released.

SetOnMouseOver is assigning a function to 'onmouseover'. This This method is returning allocated javascript function that need to be released.

SetOnMouseUp is assigning a function to 'onmouseup'. This This method is returning allocated javascript function that need to be released.

SetOnOffline is assigning a function to 'onoffline'. This This method is returning allocated javascript function that need to be released.

SetOnOnline is assigning a function to 'ononline'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOnOrientationchange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

SetOnOrientationchange is assigning a function to 'onorientationchange'. This This method is returning allocated javascript function that need to be released.

SetOnPageHide is assigning a function to 'onpagehide'. This This method is returning allocated javascript function that need to be released.

SetOnPageShow is assigning a function to 'onpageshow'. This This method is returning allocated javascript function that need to be released.

SetOnPause is assigning a function to 'onpause'. This This method is returning allocated javascript function that need to be released.

SetOnPlay is assigning a function to 'onplay'. This This method is returning allocated javascript function that need to be released.

SetOnPlaying is assigning a function to 'onplaying'. This This method is returning allocated javascript function that need to be released.

SetOnPointerCancel is assigning a function to 'onpointercancel'. This This method is returning allocated javascript function that need to be released.

SetOnPointerDown is assigning a function to 'onpointerdown'. This This method is returning allocated javascript function that need to be released.

SetOnPointerEnter is assigning a function to 'onpointerenter'. This This method is returning allocated javascript function that need to be released.

SetOnPointerLeave is assigning a function to 'onpointerleave'. This This method is returning allocated javascript function that need to be released.

SetOnPointerMove is assigning a function to 'onpointermove'. This This method is returning allocated javascript function that need to be released.

SetOnPointerOut is assigning a function to 'onpointerout'. This This method is returning allocated javascript function that need to be released.

SetOnPointerOver is assigning a function to 'onpointerover'. This This method is returning allocated javascript function that need to be released.

SetOnPointerUp is assigning a function to 'onpointerup'. This This method is returning allocated javascript function that need to be released.

SetOnPopState is assigning a function to 'onpopstate'. This This method is returning allocated javascript function that need to be released.

SetOnProgress is assigning a function to 'onprogress'. This This method is returning allocated javascript function that need to be released.

SetOnRateChange is assigning a function to 'onratechange'. This This method is returning allocated javascript function that need to be released.

func (*Window) SetOnRejectionHandled

SetOnRejectionHandled is assigning a function to 'onrejectionhandled'. This This method is returning allocated javascript function that need to be released.

SetOnReset is assigning a function to 'onreset'. This This method is returning allocated javascript function that need to be released.

SetOnResize is assigning a function to 'onresize'. This This method is returning allocated javascript function that need to be released.

SetOnScroll is assigning a function to 'onscroll'. This This method is returning allocated javascript function that need to be released.

SetOnSecurityPolicyViolation is assigning a function to 'onsecuritypolicyviolation'. This This method is returning allocated javascript function that need to be released.

SetOnSeeked is assigning a function to 'onseeked'. This This method is returning allocated javascript function that need to be released.

SetOnSeeking is assigning a function to 'onseeking'. This This method is returning allocated javascript function that need to be released.

SetOnSelect is assigning a function to 'onselect'. This This method is returning allocated javascript function that need to be released.

SetOnSelectStart is assigning a function to 'onselectstart'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOnSelectionChange(listener func(event *domcore.Event, currentTarget *Window)) js.Func

SetOnSelectionChange is assigning a function to 'onselectionchange'. This This method is returning allocated javascript function that need to be released.

SetOnStalled is assigning a function to 'onstalled'. This This method is returning allocated javascript function that need to be released.

SetOnStorage is assigning a function to 'onstorage'. This This method is returning allocated javascript function that need to be released.

SetOnSubmit is assigning a function to 'onsubmit'. This This method is returning allocated javascript function that need to be released.

SetOnSuspend is assigning a function to 'onsuspend'. This This method is returning allocated javascript function that need to be released.

SetOnTimeUpdate is assigning a function to 'ontimeupdate'. This This method is returning allocated javascript function that need to be released.

SetOnToggle is assigning a function to 'ontoggle'. This This method is returning allocated javascript function that need to be released.

SetOnTouchCancel is assigning a function to 'ontouchcancel'. This This method is returning allocated javascript function that need to be released.

SetOnTouchEnd is assigning a function to 'ontouchend'. This This method is returning allocated javascript function that need to be released.

SetOnTouchMove is assigning a function to 'ontouchmove'. This This method is returning allocated javascript function that need to be released.

SetOnTouchStart is assigning a function to 'ontouchstart'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionCancel is assigning a function to 'ontransitioncancel'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionEnd is assigning a function to 'ontransitionend'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionRun is assigning a function to 'ontransitionrun'. This This method is returning allocated javascript function that need to be released.

SetOnTransitionStart is assigning a function to 'ontransitionstart'. This This method is returning allocated javascript function that need to be released.

func (*Window) SetOnUnhandledRejection

SetOnUnhandledRejection is assigning a function to 'onunhandledrejection'. This This method is returning allocated javascript function that need to be released.

SetOnUnload is assigning a function to 'onunload'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayActivate is assigning a function to 'onvrdisplayactivate'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayBlur is assigning a function to 'onvrdisplayblur'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayConnect is assigning a function to 'onvrdisplayconnect'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayDeactivate is assigning a function to 'onvrdisplaydeactivate'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayDisconnect is assigning a function to 'onvrdisplaydisconnect'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayFocus is assigning a function to 'onvrdisplayfocus'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayPointeRunRestricted is assigning a function to 'onvrdisplaypointerunrestricted'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayPointerRestricted is assigning a function to 'onvrdisplaypointerrestricted'. This This method is returning allocated javascript function that need to be released.

SetOnVRDisplayPresentChange is assigning a function to 'onvrdisplaypresentchange'. This This method is returning allocated javascript function that need to be released.

SetOnVolumeChange is assigning a function to 'onvolumechange'. This This method is returning allocated javascript function that need to be released.

SetOnWaiting is assigning a function to 'onwaiting'. This This method is returning allocated javascript function that need to be released.

SetOnWheel is assigning a function to 'onwheel'. This This method is returning allocated javascript function that need to be released.

func (_this *Window) SetOpener(value interface{})

SetOpener setting attribute 'opener' with type Any (idl: any).

func (_this *Window) SetStatus(value string)

SetStatus setting attribute 'status' with type string (idl: DOMString).

func (_this *Window) SetTimeout(handler *Union, timeout *int, arguments ...interface{}) (_result int)

SpeechSynthesis returning attribute 'speechSynthesis' with type speech.SpeechSynthesis (idl: SpeechSynthesis).

Status returning attribute 'status' with type string (idl: DOMString).

Statusbar returning attribute 'statusbar' with type htmlmisc.BarProp (idl: BarProp).

func (_this *Window) Stop()

Toolbar returning attribute 'toolbar' with type htmlmisc.BarProp (idl: BarProp).

func (_this *Window) Top() *Window

Top returning attribute 'top' with type Window (idl: Window).

func (_this *Window) Window() *Window

Window returning attribute 'window' with type Window (idl: Window).

dictionary: WindowPostMessageOptions

func WindowPostMessageOptionsFromJS(value js.Value) *WindowPostMessageOptions

WindowPostMessageOptionsFromJS is allocating a new WindowPostMessageOptions object and copy all values in the value javascript object.

JSValue is allocating a new javascript object and copy all values

type XMLDocument struct { Document }

class: XMLDocument

XMLDocumentFromJS is casting a js.Value into XMLDocument.

XMLDocumentFromJS is casting from something that holds a js.Value into XMLDocument.