Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortController ¶ added in v0.8.0
type AbortController interface {
Signal() AbortSignal
Abort(any)
}
type AbortSignal ¶ added in v0.8.0
type AbortSignal interface {
event.EventTarget
Aborted() bool
Reason() any
Onabort() event.EventHandler
SetOnabort(event.EventHandler)
ThrowIfAborted() error
}
type MutationObserver ¶
type MutationObserver interface {
Observe(dom.Node, ...ObserveOption) error
Disconnect()
TakeRecords() []MutationRecord
}
type MutationObserverInit ¶
type MutationRecord ¶
type ObserveOption ¶ added in v0.7.0
type ObserveOption = func(*MutationObserverInit)
Click to show internal directories.
Click to hide internal directories.