Package-level declarations
Types
Link copied to clipboard
class IntersectionObserver(options: IntersectionObserver.Options? = null, resized: (List<IntersectionObserver.Entry>, IntersectionObserver) -> Unit)
Provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element.
Link copied to clipboard
A performant mechanism by which code can monitor an element for changes to its size.