Mutation events
- UNOFFDeprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.
Chrome
- ﹖ 4 - 14: Support unknown
- ◐ 15 - 126: Partial support
- ❌ 127 - 130: Disabled by default
- ❌ 131: Disabled by default
- ❌ 132 - 134: Disabled by default
Edge
- ◐ 12 - 18: Partial support
- ◐ 79 - 126: Partial support
- ❌ 127 - 130: Disabled by default
- ❌ 131: Disabled by default
Safari
- ﹖ 3.1 - 3.2: Support unknown
- ◐ 4 - 18.0: Partial support
- ◐ 18.1: Partial support
- ◐ 18.2 - TP: Partial support
Firefox
- ❌ 2 - 5: Not supported
- ◐ 6 - 131: Partial support
- ◐ 132: Partial support
- ◐ 133 - 135: Partial support
Opera
- ❌ 9 - 10.6: Not supported
- ﹖ 11 - 11.5: Support unknown
- ✅ 11.6 - 12.1: Supported
- ◐ 15 - 113: Partial support
- ◐ 114: Partial support
IE
- ❌ 5.5 - 8: Not supported
- ◐ 9 - 10: Partial support
- ◐ 11: Partial support
Chrome for Android
- ❌ 131: Disabled by default
Safari on iOS
- ﹖ 3.2 - 4.1: Support unknown
- ◐ 4.2 - 18.0: Partial support
- ◐ 18.1: Partial support
- ◐ 18.2: Partial support
Samsung Internet
- ◐ 4 - 25: Partial support
- ◐ 26: Partial support
Opera Mini
- ❌ all: Not supported
Opera Mobile
- ❌ 10: Not supported
- ﹖ 11 - 11.5: Support unknown
- ✅ 12 - 12.1: Supported
- ◐ 80: Partial support
UC Browser for Android
- ◐ 15.5: Partial support
Android Browser
- ﹖ 2.1 - 2.2: Support unknown
- ◐ 2.3 - 4.4.4: Partial support
- ❌ 131: Disabled by default
Firefox for Android
- ◐ 132: Partial support
QQ Browser
- ◐ 14.9: Partial support
Baidu Browser
- ◐ 13.52: Partial support
KaiOS Browser
- ◐ 2.5: Partial support
- ◐ 3: Partial support
Mutation events are deprecated and have been removed from the spec as of 2024-09-07. Instead see support for Mutation Observer, which replaces mutation events and does not have the same performance drawbacks.
- Resources:
- MDN Web Docs - MutationEvent