Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented HTMLHtmlElement") ErrNotAnHtmlHtmlElement = errors.New("Object is not an HTMLHtmlElement") )
Functions ¶
func GetInterface ¶
Types ¶
type HtmlHtmlElement ¶
type HtmlHtmlElement struct {
htmlelement.HtmlElement
}
HtmlHtmlElement struct
func NewFromElement ¶
func NewFromElement(elem element.Element) (HtmlHtmlElement, error)
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (HtmlHtmlElement, error)
func (HtmlHtmlElement) HtmlHtmlElement_ ¶
func (h HtmlHtmlElement) HtmlHtmlElement_() HtmlHtmlElement
type HtmlHtmlElementFrom ¶
type HtmlHtmlElementFrom interface {
HtmlHtmlElement_() HtmlHtmlElement
}
Click to show internal directories.
Click to hide internal directories.