When image load error in .background-img, I find I can't capture the error through using window.addEventListeners('error') .
PerformanceResourceTiming can help to filter error resources ,but the compatibility is not well . Is anything method to capture the css resource error ?
.background-img{
width:200px;
height:200px;
background-image:url('img url');
}