Documentation ¶
Index ¶
- Variables
- func GetInterface() js.Value
- type HtmlBodyElement
- func (h HtmlBodyElement) HtmlBodyElement_() HtmlBodyElement
- func (h HtmlBodyElement) OnAfterPrint(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnBeforePrint(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnBeforeUnload(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnHashChange(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnMessage(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnMessageError(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnOffline(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnOnline(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnPageHide(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnPageShow(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnPopState(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnRejectionHandled(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnResize(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnStorage(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnUnhandledRejection(handler func(e event.Event)) (js.Func, error)
- func (h HtmlBodyElement) OnUnload(handler func(e event.Event)) (js.Func, error)
- type HtmlBodyElementFrom
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented HtmlBodyElement") ErrNotAnHtmlBodyElement = errors.New("Object is not an HtmlBodyElement") )
Functions ¶
func GetInterface ¶
Types ¶
type HtmlBodyElement ¶
type HtmlBodyElement struct {
htmlelement.HtmlElement
}
HtmlBodyElement struct
func NewFromElement ¶
func NewFromElement(elem element.Element) (HtmlBodyElement, error)
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (HtmlBodyElement, error)
func (HtmlBodyElement) HtmlBodyElement_ ¶
func (h HtmlBodyElement) HtmlBodyElement_() HtmlBodyElement
func (HtmlBodyElement) OnAfterPrint ¶
func (HtmlBodyElement) OnBeforePrint ¶
func (HtmlBodyElement) OnBeforeUnload ¶
func (HtmlBodyElement) OnHashChange ¶
func (HtmlBodyElement) OnMessageError ¶
func (HtmlBodyElement) OnPageHide ¶
func (HtmlBodyElement) OnPageShow ¶
func (HtmlBodyElement) OnPopState ¶
func (HtmlBodyElement) OnRejectionHandled ¶
func (HtmlBodyElement) OnUnhandledRejection ¶
type HtmlBodyElementFrom ¶
type HtmlBodyElementFrom interface {
HtmlBodyElement_() HtmlBodyElement
}
Click to show internal directories.
Click to hide internal directories.