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
Post a Comment