Mutation events

- WD

Deprecated mechanism for listening to changes made to the DOM, replaced by Mutation Observers.

Chrome

  1. 4 - 14: Support unknown
  2. 15 - 123: Partial support
  3. 124: Partial support
  4. 125 - 127: Partial support

Edge

  1. 12 - 18: Partial support
  2. 79 - 122: Partial support
  3. 123: Partial support

Safari

  1. 3.1 - 3.2: Support unknown
  2. 4 - 17.3: Partial support
  3. 17.4: Partial support
  4. 17.5 - TP: Partial support

Firefox

  1. 2 - 5: Not supported
  2. 6 - 124: Partial support
  3. 125: Partial support
  4. 126 - 128: Partial support

Opera

  1. 9 - 10.6: Not supported
  2. 11 - 11.5: Support unknown
  3. 11.6 - 12.1: Supported
  4. 15 - 108: Partial support
  5. 109: Partial support

IE

  1. 5.5 - 8: Not supported
  2. 9 - 10: Partial support
  3. 11: Partial support

Chrome for Android

  1. 123: Partial support

Safari on iOS

  1. 3.2 - 4.1: Support unknown
  2. 4.2 - 17.3: Partial support
  3. 17.4: Partial support
  4. 17.5: Partial support

Samsung Internet

  1. 4 - 23: Partial support
  2. 24: Partial support

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10: Not supported
  2. 11 - 11.5: Support unknown
  3. 12 - 12.1: Supported
  4. 80: Partial support

UC Browser for Android

  1. 15.5: Partial support

Android Browser

  1. 2.1 - 2.2: Support unknown
  2. 2.3 - 4.4.4: Partial support
  3. 123: Partial support

Firefox for Android

  1. 124: Partial support

QQ Browser

  1. 14.9: Partial support

Baidu Browser

  1. 13.52: Partial support

KaiOS Browser

  1. 2.5: Partial support
  2. 3: 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