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 - 89: Supported
- 90: Supported
Firefox
- 2 - 51: Not supported
- 52 - 54: Disabled by default
- 55 - 86: Supported
- 87: Supported
- 88 - 89: Supported
Chrome
- 4 - 50: Not supported
- 51 - 57: Partial support
- 58 - 64: Supported
- 65 - 89: Supported
- 90: Supported
- 91 - 93: Supported
Safari
- 3.1 - 12: Not supported
- 12.1 - 13.1: Supported
- 14: Supported
- TP: Supported
Opera
- 9 - 37: Not supported
- 38 - 44: Partial support
- 45 - 63: Supported
- 64 - 72: Supported
- 73: Supported
Safari on iOS
- 3.2 - 12.1: Not supported
- 12.2 - 13.7: Supported
- 14: Supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 89: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 62: Supported
Chrome for Android
- 89: Supported
Firefox for Android
- 86: Supported
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4: Not supported
- 5 - 6.4: Partial support
- 7.2 - 12.0: Supported
- 13.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Not supported
KaiOS Browser
- 2.5: Not supported
- Sub-features:
- IntersectionObserver V2