Documentation
¶
Rendered for js/wasm
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Listen ¶
Listen attaches an event listener to target and returns a channel that receives the first argument of the event callback.
func ObserveIntersections ¶
ObserveIntersections observes intersections for elements matching sel. opts is passed directly to the IntersectionObserver constructor. It returns a channel receiving IntersectionObserverEntry objects and a stop function to disconnect the observer and release resources.
func ObserveMutations ¶
ObserveMutations observes DOM mutations on the first node matching sel. It returns a channel receiving MutationRecord objects and a stop function that disconnects the observer and releases resources.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.