Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ErrNotImplemented ErrNotImplemented error ErrNotImplemented = errors.New("Browser not implemented DOMRectList") ErrNotAnDOMRectList = errors.New("Object is not a DOMRectList") )
Functions ¶
Types ¶
type DOMRectList ¶
type DOMRectList struct {
baseobject.BaseObject
}
DOMRectLists struct
func NewFromJSObject ¶
func NewFromJSObject(obj js.Value) (DOMRectList, error)
func (DOMRectList) DOMRectList_ ¶
func (d DOMRectList) DOMRectList_() DOMRectList
type DOMRectListFrom ¶
type DOMRectListFrom interface {
DOMRectList_() DOMRectList
}
Click to show internal directories.
Click to hide internal directories.