My div looks something like this:
<div tabindex="0" role="button" id="profile-pic" style="background-image: "Some url";"></div>
The background image will be updated based on some criteria. I want to set listener to the style property and listen to background image change. Is it possible?