Mutation events
- WDDeprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.
IE
- 5.5 - 8: Not supported
- 9 - 10: Partial support
- 11: Partial support
Edge
- 12 - 18: Partial support
- 79 - 102: Partial support
- 103: Partial support
Firefox
- 2 - 5: Not supported
- 6 - 101: Partial support
- 102: Partial support
- 103 - 104: Partial support
Chrome
- 4 - 14: Support unknown
- 15 - 102: Partial support
- 103: Partial support
- 104 - 106: Partial support
Safari
- 3.1 - 3.2: Support unknown
- 4 - 15.4: Partial support
- 15.5: Partial support
- 16.0 - TP: Partial support
Opera
- 9 - 10.6: Not supported
- 11 - 11.5: Support unknown
- 11.6 - 12.1: Supported
- 15 - 85: Partial support
- 86: Partial support
- 87: Partial support
Safari on iOS
- 3.2 - 4.1: Support unknown
- 4.2 - 15.4: Partial support
- 15.5: Partial support
- 16.0: Partial support
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 2.2: Support unknown
- 2.3 - 4.4.4: Partial support
- 103: Partial support
Opera Mobile
- 10: Not supported
- 11 - 11.5: Support unknown
- 12 - 12.1: Supported
- 64: Partial support
Chrome for Android
- 103: Partial support
Firefox for Android
- 101: Partial support
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4 - 16.0: Partial support
- 17.0: Partial support
QQ Browser
- 10.4: Partial support
Baidu Browser
- 7.12: Partial support
KaiOS Browser
- 2.5: Partial support
See also support for Mutation Observer, which replaces mutation events and does not have the same performance drawbacks.
- Resources:
- MDN Web Docs - Mutation events