Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented HTMLCollection") ErrNotAnHTMLCollection = errors.New("Object is not a HTMLCollection") )
Functions ¶
Types ¶
type HtmlCollection ¶
type HtmlCollection struct {
baseobject.BaseObject
}
HTMLCollection struct
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (HtmlCollection, error)
func (HtmlCollection) HtmlCollection_ ¶
func (h HtmlCollection) HtmlCollection_() HtmlCollection
func (HtmlCollection) Item ¶
func (h HtmlCollection) Item(index int) (interface{}, error)
type HtmlCollectionFrom ¶
type HtmlCollectionFrom interface {
HtmlCollection_() HtmlCollection
}
Click to show internal directories.
Click to hide internal directories.