domexception

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   = errors.New("Browser not implemented DOMRectReadOnly")
	ErrNotADOMException = errors.New("The given value must be a DOMException")
)

Functions

func GetInterface

func GetInterface() js.Value

GetJSInterface get the JS interface

Types

type DomException

type DomException struct {
	baseobject.BaseObject
}

DomException DomException struct

func New

func New(opts ...string) (DomException, error)

func NewFromJSObject

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

func (DomException) DomException_

func (d DomException) DomException_() DomException

func (DomException) Message

func (d DomException) Message() (string, error)

func (DomException) Name

func (d DomException) Name() (string, error)

type DomExceptionFrom

type DomExceptionFrom interface {
	DomException_() DomException
}

Jump to

Keyboard shortcuts

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