QUnit is rejected in IE9 because of MIME type mismatch
In my test page, the qunit.js is referenced by a online url, like:
<
script
type
="text/javascript"
src
="http://github.com/jquery/qunit/raw/master/qunit/qunit.js"></
script
>
Then in IE9, a warning occurred:
The workaround I know is to download the qunit file and reference it as local file instead of online url. However, is there any way to make it works in IE9 with the online url reference?
Thanks,
zy