domstringlist

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 DOMStringList")
	ErrNotAnDOMStringList = errors.New("Object is not a DOMStringList")
)

Functions

func GetInterface

func GetInterface() js.Value

GetJSInterface get the JS interface of formdata

Types

type DOMStringList

type DOMStringList struct {
	baseobject.BaseObject
}

DOMRectLists struct

func NewFromJSObject

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

func (DOMStringList) Contains

func (d DOMStringList) Contains(search string) (bool, error)

func (DOMStringList) DOMStringList_

func (d DOMStringList) DOMStringList_() DOMStringList

func (DOMStringList) Item

func (d DOMStringList) Item(index int) js.Value

type DOMStringListFrom

type DOMStringListFrom interface {
	DOMStringList_() DOMStringList
}

Jump to

Keyboard shortcuts

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