if (!window.JSON) {
// no JSON!
throw "SignalR: No JSON parser found. Please ensure json2.js is referenced before the SignalR.js file if you need to support clients without native JSON parsing support, e.g. IE<8.";
}
私の mvc 4 Web ページの使用 signalR Hub は、Firefox、IE8、および Chrome では正常に動作しますが、IE7 では問題があります。同じ問題が発生した人はいますか?