javascript - Fast way to detect any changes of any element -


i know if attribute or content of element in dom has changed. mutation deprecated , mutationobservable not cross-browser. thinking give element check sum , validate every 100ms against hashtable, starting parent child nodes. there better solutions ?

<html data-checksum="981">  <body data-checksum="541">   <div data-checksum="354"> 


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

ios - iPhone/iPad different view orientations in different views , and apple approval process -

Shrink a YouTube video to responsive width -