-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Labels
Description
Summary
missing IntersectionObserver options
Expected vs. Actual Behavior
the IntersectionObserverInit
interface is missing the following options:
interface IntersectionObserverInit {
delay?: number
scrollMargin?: string
trackVisibility?: boolean
}
Multiple browsers have supported them for years; see developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#browser_compatibility
Playground Link
No response
Browser Support
- This API is supported in at least two major browser engines (not two Chromium-based browsers).
Have Tried The Latest Releases
- This issue applies to the latest release of TypeScript.
- This issue applies to the latest release of
@types/web
.
Additional Context
No response