While using Uploadcare file upload widget, I noticed that the Uploadcare script keeps repainting the HTML
tag.
I am not sure if repainting is the right term, but here is what is happening:
Checking chrome devtools
the HTML
tag is highlighting, the same behavior when you add/remove an attribute on an element. And it doesn't seem to end, it just goes on and on every N ms. You can check it for yourself on their homepage Uploadcare.com, just open devtools
and take a look at the HTML
tag.
Anyone know why it is doing that? What is it calling? Would it cause performance issues to mobile users?