htmlcollection

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

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

func GetInterface

func GetInterface() js.Value

GetInterface get the JS interface of formdata

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
}

Jump to

Keyboard shortcuts

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