Debug message “Resource interpreted as other but transferred with MIME type application/javascript”

前端 未结 15 1978
旧巷少年郎
旧巷少年郎 2020-11-29 01:50

OK, I understand what the messages means, but I\'m really not sure what\'s causing it. I\'m using Safari and the Web Inspector on Mac OS X, by the way.

I\'v

15条回答
  •  醉梦人生
    2020-11-29 02:13

    I had the same issue with a css file instead of javascript. (using the xitami webserver)

    what fixed for me was adding under the MIME section of xitami.cfg:

    css=text/css

提交回复
热议问题