It seems that the problem is with empty image requests, for example.
<img src="" />
or in an external / embedded style sheet
background:url();
They generate an additional request for the current url (or css file) with the wrong mime type (image).
As I found out, the latter disables css real-time editing features for chrome dev tools.
Leerhuelle
source share