objects

package
v0.0.0-...-cc36aeb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ABBR

type ABBR interface {
	HTMLElement

	UniqueABBRInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr

type ADDRESS

type ADDRESS interface {
	HTMLElement

	UniqueADDRESSInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/address

type AREA

type AREA interface {
	HTMLAreaElement

	UniqueAREAInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/area

type ARTICLE

type ARTICLE interface {
	HTMLElement

	UniqueARTICLEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/article

type ASIDE

type ASIDE interface {
	HTMLElement

	UniqueASIDEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside

type AUDIO

type AUDIO interface {
	HTMLAudioElement

	UniqueAUDIOInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio

type B

type B interface {
	HTMLElement

	UniqueBInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b

type BDI

type BDI interface {
	HTMLElement

	UniqueBDIInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi

type BDO

type BDO interface {
	HTMLElement

	UniqueBDOInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo

type BLOCKQUOTE

type BLOCKQUOTE interface {
	HTMLQuoteElement

	UniqueBLOCKQUOTEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote

type BODY

type BODY interface {
	HTMLBodyElement

	UniqueBODYInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body

type BR

type BR interface {
	HTMLBRElement

	UniqueBRInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br

type BUTTON

type BUTTON interface {
	HTMLButtonElement

	UniqueBUTTONInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button

type CANVAS

type CANVAS interface {
	HTMLCanvasElement

	UniqueCANVASInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas

type CITE

type CITE interface {
	HTMLElement

	UniqueCITEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite

type CODE

type CODE interface {
	HTMLElement

	UniqueCODEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code

type COLGROUP

type COLGROUP interface {
	HTMLTableColElement

	UniqueCOLGROUPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup

type Console

type Console interface {
	JSValue

	UniqueConsoleInterface()

	Assert()
	Clear()
	Count()
	CountReset()
	Dir()
	DirXML()
	Error()
	Group()
	GroupCollapsed()
	GroupEnd()
	Info()
	Log()
	Profile()
	ProfileEnd()
	Table()
	Time()
	TimeEnd()
	TimeLog()
	TimeStamp()
	Trace()
	Warn()
}

https://developer.mozilla.org/en-US/docs/Web/API/Console

type DATA

type DATA interface {
	HTMLDataElement

	UniqueDATAInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/data

type DATALIST

type DATALIST interface {
	HTMLDataListElement

	UniqueDATALISTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

type DD

type DD interface {
	HTMLElement

	UniqueDDInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dd

type DEL

type DEL interface {
	HTMLModElement

	UniqueDELInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/del

type DETAILS

type DETAILS interface {
	HTMLDetailsElement

	UniqueDETAILSInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details

type DFN

type DFN interface {
	HTMLElement

	UniqueDFNInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn

type DIALOG

type DIALOG interface {
	HTMLDialogElement

	UniqueDIALOGInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog

type DIV

type DIV interface {
	HTMLDivElement

	UniqueDIVInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div

type DT

type DT interface {
	HTMLElement

	UniqueDTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dt

type Document

type Document interface {
	JSValue

	UniqueDocumentInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/Document

type EM

type EM interface {
	HTMLElement

	UniqueEMInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/em

type EMBED

type EMBED interface {
	HTMLEmbedElement

	UniqueEMBEDInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed

type Element

type Element interface {
	Node

	UniqueElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/Element

type EventTarget

type EventTarget interface {
	JSValue

	UniqueEventTargetInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/EventTarget

type FIELDSET

type FIELDSET interface {
	HTMLFieldSetElement

	UniqueFIELDSETInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset

type FIGCAPTION

type FIGCAPTION interface {
	HTMLElement

	UniqueFIGCAPTIONInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption

type FIGURE

type FIGURE interface {
	HTMLElement

	UniqueFIGUREInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure

type FOOTER interface {
	HTMLElement

	UniqueFOOTERInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer

type FORM

type FORM interface {
	HTMLFormElement

	UniqueFORMInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form

type Global

type Global struct {
	Console Console

	Document Document

	Window Window
}

Global ...

func NewGlobal

func NewGlobal() *Global

NewGlobal ...

type HEAD interface {
	HTMLHeadElement

	UniqueHEADInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head

type HEADER interface {
	HTMLElement

	UniqueHEADERInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/header

type HGROUP

type HGROUP interface {
	HTMLElement

	UniqueHGROUPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup

type HR

type HR interface {
	HTMLHRElement

	UniqueHRInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr

type HTML

type HTML interface {
	HTMLHtmlElement

	UniqueHTMLInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html

type HTMLAnchorElement

type HTMLAnchorElement interface {
	HTMLElement

	UniqueHTMLAnchorElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLAnchorElement

type HTMLAppletElement

type HTMLAppletElement interface {
	HTMLElement

	UniqueHTMLAppletElementInterface()
}

type HTMLAreaElement

type HTMLAreaElement interface {
	HTMLElement

	UniqueHTMLAreaElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement

type HTMLAudioElement

type HTMLAudioElement interface {
	HTMLMediaElement

	UniqueHTMLAudioElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLAudioElement

type HTMLBRElement

type HTMLBRElement interface {
	HTMLElement

	UniqueHTMLBRElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLBRElement

type HTMLBaseElement

type HTMLBaseElement interface {
	HTMLElement

	UniqueHTMLBaseElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLBaseElement

type HTMLBodyElement

type HTMLBodyElement interface {
	HTMLElement

	UniqueHTMLBodyElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLBodyElement

type HTMLButtonElement

type HTMLButtonElement interface {
	HTMLElement

	UniqueHTMLButtonElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLButtonElement

type HTMLCanvasElement

type HTMLCanvasElement interface {
	HTMLElement

	UniqueHTMLCanvasElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement

type HTMLDListElement

type HTMLDListElement interface {
	HTMLElement

	UniqueHTMLDListElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDListElement

type HTMLDataElement

type HTMLDataElement interface {
	HTMLElement

	UniqueHTMLDataElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataElement

type HTMLDataListElement

type HTMLDataListElement interface {
	HTMLElement

	UniqueHTMLDataListElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDataListElement

type HTMLDetailsElement

type HTMLDetailsElement interface {
	HTMLElement

	UniqueHTMLDetailsElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDetailsElement

type HTMLDialogElement

type HTMLDialogElement interface {
	HTMLElement

	UniqueHTMLDialogElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement

type HTMLDirectoryElement

type HTMLDirectoryElement interface {
	HTMLElement

	UniqueHTMLDirectoryElementInterface()
}

type HTMLDivElement

type HTMLDivElement interface {
	HTMLElement

	UniqueHTMLDivElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLDivElement

type HTMLElement

type HTMLElement interface {
	Element

	UniqueHTMLElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement

type HTMLEmbedElement

type HTMLEmbedElement interface {
	HTMLElement

	UniqueHTMLEmbedElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLEmbedElement

type HTMLFieldSetElement

type HTMLFieldSetElement interface {
	HTMLElement

	UniqueHTMLFieldSetElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLFieldSetElement

type HTMLFormElement

type HTMLFormElement interface {
	HTMLElement

	UniqueHTMLFormElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement

type HTMLHRElement

type HTMLHRElement interface {
	HTMLElement

	UniqueHTMLHRElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLHRElement

type HTMLHeadElement

type HTMLHeadElement interface {
	HTMLElement

	UniqueHTMLHeadElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadElement

type HTMLHeadingElement

type HTMLHeadingElement interface {
	HTMLElement

	UniqueHTMLHeadingElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLHeadingElement

type HTMLHtmlElement

type HTMLHtmlElement interface {
	HTMLElement

	UniqueHTMLHtmlElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLHtmlElement

type HTMLIFrameElement

type HTMLIFrameElement interface {
	HTMLElement

	UniqueHTMLIFrameElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement

type HTMLImageElement

type HTMLImageElement interface {
	HTMLElement

	UniqueHTMLImageElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement

type HTMLInputElement

type HTMLInputElement interface {
	HTMLElement

	UniqueHTMLInputElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement

type HTMLLIElement

type HTMLLIElement interface {
	HTMLElement

	UniqueHTMLLIElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLLIElement

type HTMLLabelElement

type HTMLLabelElement interface {
	HTMLElement

	UniqueHTMLLabelElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement

type HTMLLegendElement

type HTMLLegendElement interface {
	HTMLElement

	UniqueHTMLLegendElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLLegendElement

type HTMLLinkElement

type HTMLLinkElement interface {
	HTMLElement

	UniqueHTMLLinkElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement

type HTMLMapElement

type HTMLMapElement interface {
	HTMLElement

	UniqueHTMLMapElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMapElement

type HTMLMediaElement

type HTMLMediaElement interface {
	HTMLElement

	UniqueHTMLMediaElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement

type HTMLMenuElement

type HTMLMenuElement interface {
	HTMLElement

	UniqueHTMLMenuElementInterface()
}

type HTMLMetaElement

type HTMLMetaElement interface {
	HTMLElement

	UniqueHTMLMetaElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMetaElement

type HTMLMeterElement

type HTMLMeterElement interface {
	HTMLElement

	UniqueHTMLMeterElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLMeterElement

type HTMLModElement

type HTMLModElement interface {
	HTMLElement

	UniqueHTMLModElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLModElement

type HTMLOListElement

type HTMLOListElement interface {
	HTMLElement

	UniqueHTMLOListElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLOListElement

type HTMLObjectElement

type HTMLObjectElement interface {
	HTMLElement

	UniqueHTMLObjectElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLObjectElement

type HTMLOptGroupElement

type HTMLOptGroupElement interface {
	HTMLElement

	UniqueHTMLOptGroupElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptGroupElement

type HTMLOptionElement

type HTMLOptionElement interface {
	HTMLElement

	UniqueHTMLOptionElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLOptionElement

type HTMLOutputElement

type HTMLOutputElement interface {
	HTMLElement

	UniqueHTMLOutputElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLOutputElement

type HTMLParagraphElement

type HTMLParagraphElement interface {
	HTMLElement

	UniqueHTMLParagraphElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLParagraphElement

type HTMLParamElement

type HTMLParamElement interface {
	HTMLElement

	UniqueHTMLParamElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLParamElement

type HTMLPictureElement

type HTMLPictureElement interface {
	HTMLElement

	UniqueHTMLPictureElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLPictureElement

type HTMLPreElement

type HTMLPreElement interface {
	HTMLElement

	UniqueHTMLPreElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLPreElement

type HTMLProgressElement

type HTMLProgressElement interface {
	HTMLElement

	UniqueHTMLProgressElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLProgressElement

type HTMLQuoteElement

type HTMLQuoteElement interface {
	HTMLElement

	UniqueHTMLQuoteElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLQuoteElement

type HTMLScriptElement

type HTMLScriptElement interface {
	HTMLElement

	UniqueHTMLScriptElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement

type HTMLSelectElement

type HTMLSelectElement interface {
	HTMLElement

	UniqueHTMLSelectElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement

type HTMLSlotElement

type HTMLSlotElement interface {
	HTMLElement

	UniqueHTMLSlotElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLSlotElement

type HTMLSourceElement

type HTMLSourceElement interface {
	HTMLElement

	UniqueHTMLSourceElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLSourceElement

type HTMLSpanElement

type HTMLSpanElement interface {
	HTMLElement

	UniqueHTMLSpanElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLSpanElement

type HTMLStyleElement

type HTMLStyleElement interface {
	HTMLElement

	UniqueHTMLStyleElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLStyleElement

type HTMLTableCaptionElement

type HTMLTableCaptionElement interface {
	HTMLElement

	UniqueHTMLTableCaptionElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCaptionElement

type HTMLTableCellElement

type HTMLTableCellElement interface {
	HTMLElement

	UniqueHTMLTableCellElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement

type HTMLTableColElement

type HTMLTableColElement interface {
	HTMLElement

	UniqueHTMLTableColElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableColElement

type HTMLTableElement

type HTMLTableElement interface {
	HTMLElement

	UniqueHTMLTableElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableElement

type HTMLTableRowElement

type HTMLTableRowElement interface {
	HTMLElement

	UniqueHTMLTableRowElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableRowElement

type HTMLTableSectionElement

type HTMLTableSectionElement interface {
	HTMLElement

	UniqueHTMLTableSectionElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableSectionElement

type HTMLTemplateElement

type HTMLTemplateElement interface {
	HTMLElement

	UniqueHTMLTemplateElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTemplateElement

type HTMLTextAreaElement

type HTMLTextAreaElement interface {
	HTMLElement

	UniqueHTMLTextAreaElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTextAreaElement

type HTMLTimeElement

type HTMLTimeElement interface {
	HTMLElement

	UniqueHTMLTimeElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTimeElement

type HTMLTitleElement

type HTMLTitleElement interface {
	HTMLElement

	UniqueHTMLTitleElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTitleElement

type HTMLTrackElement

type HTMLTrackElement interface {
	HTMLElement

	UniqueHTMLTrackElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement

type HTMLUListElement

type HTMLUListElement interface {
	HTMLElement

	UniqueHTMLUListElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLUListElement

type HTMLUnknownElement

type HTMLUnknownElement interface {
	HTMLElement

	UniqueHTMLUnknownElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLUnknownElement

type HTMLVideoElement

type HTMLVideoElement interface {
	HTMLMediaElement

	UniqueHTMLVideoElementInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement

type I

type I interface {
	HTMLElement

	UniqueIInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/i

type IFRAME

type IFRAME interface {
	HTMLIFrameElement

	UniqueIFRAMEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

type INPUT

type INPUT interface {
	HTMLInputElement

	UniqueINPUTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input

type INS

type INS interface {
	HTMLModElement

	UniqueINSInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins

type JSValue

type JSValue interface {
	Bool() bool

	Call(m string, args ...interface{}) js.Value

	Float() float64

	Get(p string) js.Value

	Index(i int) js.Value

	InstanceOf(t js.Value) bool

	Int() int

	Invoke(args ...interface{}) js.Value

	Length() int

	New(args ...interface{}) js.Value

	Set(p string, x interface{})

	SetIndex(i int, x interface{})

	String() string

	Type() js.Type
}

JSValue

type KBD

type KBD interface {
	HTMLElement

	UniqueKBDInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd

type LABEL

type LABEL interface {
	HTMLLabelElement

	UniqueLABELInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label

type LEGEND

type LEGEND interface {
	HTMLLegendElement

	UniqueLEGENDInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend

type LI

type LI interface {
	HTMLLIElement

	UniqueLIInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li

type LINK interface {
	HTMLLinkElement

	UniqueLINKInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link

type MAIN

type MAIN interface {
	HTMLElement

	UniqueMAINInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/main

type MAP

type MAP interface {
	HTMLMapElement

	UniqueMAPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map

type MARK

type MARK interface {
	HTMLElement

	UniqueMARKInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark

type MENU interface {
	HTMLElement

	UniqueMENUInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu

type META

type META interface {
	HTMLMetaElement

	UniqueMETAInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta

type METER

type METER interface {
	HTMLMeterElement

	UniqueMETERInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meter

type NAV interface {
	HTMLElement

	UniqueNAVInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav

type NOSCRIPT

type NOSCRIPT interface {
	HTMLElement

	UniqueNOSCRIPTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript

type Node

type Node interface {
	EventTarget

	UniqueNodeInterface()
}

https://developer.mozilla.org/en-US/docs/Web/API/Node

type OBJECT

type OBJECT interface {
	HTMLObjectElement

	UniqueOBJECTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/object

type OPTGROUP

type OPTGROUP interface {
	HTMLOptGroupElement

	UniqueOPTGROUPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup

type OPTION

type OPTION interface {
	HTMLOptionElement

	UniqueOPTIONInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option

type OUTPUT

type OUTPUT interface {
	HTMLOutputElement

	UniqueOUTPUTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/output

type PARAM

type PARAM interface {
	HTMLParamElement

	UniquePARAMInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/param

type PICTURE

type PICTURE interface {
	HTMLPictureElement

	UniquePICTUREInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture

type PRE

type PRE interface {
	HTMLPreElement

	UniquePREInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre

type PROGRESS

type PROGRESS interface {
	HTMLProgressElement

	UniquePROGRESSInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress

type RB

type RB interface {
	HTMLElement

	UniqueRBInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rb

type RP

type RP interface {
	HTMLElement

	UniqueRPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rp

type RT

type RT interface {
	HTMLElement

	UniqueRTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rt

type RTC

type RTC interface {
	HTMLElement

	UniqueRTCInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rtc

type RUBY

type RUBY interface {
	HTMLElement

	UniqueRUBYInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ruby

type S

type S interface {
	HTMLElement

	UniqueSInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/s

type SAMP

type SAMP interface {
	HTMLElement

	UniqueSAMPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/samp

type SCRIPT

type SCRIPT interface {
	HTMLScriptElement

	UniqueSCRIPTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script

type SECTION

type SECTION interface {
	HTMLElement

	UniqueSECTIONInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section

type SELECT

type SELECT interface {
	HTMLSelectElement

	UniqueSELECTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select

type SLOT

type SLOT interface {
	HTMLSlotElement

	UniqueSLOTInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot

type SMALL

type SMALL interface {
	HTMLElement

	UniqueSMALLInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/small

type SOURCE

type SOURCE interface {
	HTMLSourceElement

	UniqueSOURCEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source

type SPAN

type SPAN interface {
	HTMLSpanElement

	UniqueSPANInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/span

type STRONG

type STRONG interface {
	HTMLElement

	UniqueSTRONGInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong

type STYLE

type STYLE interface {
	HTMLStyleElement

	UniqueSTYLEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style

type SUB

type SUB interface {
	HTMLElement

	UniqueSUBInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub

type SUMMARY

type SUMMARY interface {
	HTMLElement

	UniqueSUMMARYInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary

type SUP

type SUP interface {
	HTMLElement

	UniqueSUPInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup

type TABLE

type TABLE interface {
	HTMLTableElement

	UniqueTABLEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table

type TEMPLATE

type TEMPLATE interface {
	HTMLTemplateElement

	UniqueTEMPLATEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template

type TEXTAREA

type TEXTAREA interface {
	HTMLTextAreaElement

	UniqueTEXTAREAInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea

type TIME

type TIME interface {
	HTMLTimeElement

	UniqueTIMEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/time

type TITLE

type TITLE interface {
	HTMLTitleElement

	UniqueTITLEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/title

type TRACK

type TRACK interface {
	HTMLTrackElement

	UniqueTRACKInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/track

type TYPE

type TYPE interface {
	HTMLBaseElement

	UniqueTYPEInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base

type U

type U interface {
	HTMLElement

	UniqueUInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/u

type VAR

type VAR interface {
	HTMLElement

	UniqueVARInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/var

type VIDEO

type VIDEO interface {
	HTMLVideoElement

	UniqueVIDEOInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video

type WBR

type WBR interface {
	HTMLElement

	UniqueWBRInterface()
}

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr

type Window

type Window interface {
	JSValue

	UniqueWindowInterface()

	Console() Console
	Document() Document

	Alert()
	Atob()
	Back()
	Blur()
	Btoa()
	CancelAnimationFrame()
	CancelIdleCallback()
	CaptureEvents()
	ClearImmediate()
	ClearInterval()
	ClearTimeout()
	Close()
	Confirm()
	ConvertPointFromNodeToPage()
	ConvertPointFromPageToNode()
	CreateImageBitmap()
	Dump()
	Event()
	Fetch()
	Find()
	Focus()
	Forward()
	GetAttention()
	GetComputedStyle()
	GetDefaultComputedStyle()
	GetSelection()
	Home()
	MatchMedia()
	Minimize()
	MoveBy()
	MoveTo()
	Open()
	OpenDialog()
	PostMessage()
	Print()
	Prompt()
	ReleaseEvents()
	RequestAnimationFrame()
	RequestFileSystem()
	RequestIdleCallback()
	ResizeBy()
	ResizeTo()
	Restore()
	RouteEvent()
	Scroll()
	ScrollBy()
	ScrollByLines()
	ScrollByPages()
	ScrollTo()
	SetCursor()
	SetImmediate()
	SetInterval()
	SetTimeout()
	ShowModalDialog()
	SizeToContent()
	Stop()
	UpdateCommands()
}

https://developer.mozilla.org/en-US/docs/Web/API/Window

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL