Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTypeError = NewTypeError("TypeError")
Functions ¶
func NewTypeError ¶
Types ¶
type TypeError ¶
type TypeError struct{ Message string }
Represents a type that should become a TypeError in JavaScript. This is rarely created in Go code, but can happen through invalid combination of options. E.g., MutationObserver.Observe(options) will throw a TypeError if the options doesn't include one of ChildList, Attributes, or CharacterData.
Click to show internal directories.
Click to hide internal directories.