IntersectionObserver
- WDAPI that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport. The position is delivered asynchronously and is useful for understanding the visibility of elements and implementing pre-loading and deferred loading of DOM content.
IE
- 5.5 - 10: Not supported
- 11: Not supported
Edge
- 12 - 14: Not supported
- 15: Partial support
- 16 - 18: Supported
- 79 - 102: Supported
- 103: Supported
Firefox
- 2 - 51: Not supported
- 52 - 54: Disabled by default
- 55 - 101: Supported
- 102: Supported
- 103 - 104: Supported
Chrome
- 4 - 50: Not supported
- 51 - 57: Partial support
- 58 - 64: Supported
- 65 - 102: Supported
- 103: Supported
- 104 - 106: Supported
Safari
- 3.1 - 12: Not supported
- 12.1 - 15.4: Supported
- 15.5: Supported
- 16.0 - TP: Supported
Opera
- 9 - 37: Not supported
- 38 - 44: Partial support
- 45 - 63: Supported
- 64 - 85: Supported
- 86: Supported
- 87: Supported
Safari on iOS
- 3.2 - 12.1: Not supported
- 12.2 - 15.4: Supported
- 15.5: Supported
- 16.0: Supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 103: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 64: Supported
Chrome for Android
- 103: Supported
Firefox for Android
- 101: Supported
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4: Not supported
- 5 - 6.4: Partial support
- 7.2 - 16.0: Supported
- 17.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Not supported
KaiOS Browser
- 2.5: Not supported
- Sub-features:
- IntersectionObserver V2