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.
Chrome
- 4 - 50: Not supported
- 51 - 57: Partial support
- 58 - 64: Supported
- 65 - 116: Supported
- 117: Supported
- 118 - 120: Supported
Edge
- 12 - 14: Not supported
- 15: Partial support
- 16 - 18: Supported
- 79 - 116: Supported
- 117: Supported
Safari
- 3.1 - 12: Not supported
- 12.1 - 16.5: Supported
- 16.6: Supported
- 17.0 - TP: Supported
Firefox
- 2 - 51: Not supported
- 52 - 54: Disabled by default
- 55 - 116: Supported
- 117: Supported
- 118 - 120: Supported
Opera
- 9 - 37: Not supported
- 38 - 44: Partial support
- 45 - 63: Supported
- 64 - 101: Supported
- 102: Supported
IE
- 5.5 - 10: Not supported
- 11: Not supported
Chrome for Android
- 117: Supported
Safari on iOS
- 3.2 - 12.1: Not supported
- 12.2 - 16.6: Supported
- 17.0: Supported
- 17.1: Supported
Samsung Internet
- 4: Not supported
- 5 - 6.4: Partial support
- 7.2 - 21: Supported
- 22: Supported
Opera Mini
- all: Not supported
Opera Mobile
- 10 - 12.1: Not supported
- 73: Supported
UC Browser for Android
- 15.5: Supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 117: Supported
Firefox for Android
- 117: Supported
QQ Browser
- 13.1: Supported
Baidu Browser
- 13.18: Supported
KaiOS Browser
- 2.5: Not supported
- 3: Supported
- Sub-features:
- IntersectionObserver V2