My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

What events within the DOM does Mutation Observers not account for? (If any)

TheSheriff's photo
TheSheriff
·Sep 9, 2016
  boolean childList = false;
  boolean attributes;
  boolean characterData;
  boolean subtree = false;
  boolean attributeOldValue;
  boolean characterDataOldValue;
  sequence<DOMString> attributeFilter;

I know MuObs account for the above things to look for but there anything that MuObs don't account for? w3 mozilla