Hi Team,
I am using chromium/blink for DOM parsing. I need one single point in chromium/blink from where I can get all attribute changes(insertion, updates, removal etc).
Currently I have hooked to element.cc class in below functions to get any attribute change:
Element::RemoveAttributeInternal Element::SetAttributeInternal Element::AppendAttributeInternal
But, still I am missing on few attribute changes like below
sometimes style attributes are not received, or if it is received we miss on updates if it.
So I need some expert advise.
Thanks in advance,