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? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -