IE11 no longer supports the 'onresize' event on arbitrary DOM elements. Is there any alternative on the new Edge version?
I can detect when the style attribute has changed via a MutationObserver, but with this I can't detect size changes originated elsewhere (CSS pseudo classes e.g. :hover, CSS animations, etc.)
Any help will be appreciated.
Sebastian.