nodelist

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//ErrNotImplemented ErrNotImplemented error
	ErrNotImplemented = errors.New("Browser not implemented NodeList")
	ErrNotAnNodeList  = errors.New("Object is not a NodeList")
)

Functions

func GetInterface

func GetInterface() js.Value

GetInterface get the JS interface of formdata

Types

type NodeList

type NodeList struct {
	baseobject.BaseObject
}

NodeList struct

func NewFromJSObject

func NewFromJSObject(obj js.Value) (NodeList, error)

func (NodeList) Item

func (n NodeList) Item(index int) (node.Node, error)

func (NodeList) Item_

func (n NodeList) Item_(index int) node.Node

func (NodeList) NodeList_

func (n NodeList) NodeList_() NodeList

type NodeListFrom

type NodeListFrom interface {
	NodeList_() NodeList
}

Jump to

Keyboard shortcuts

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