Meteor.call在IE 10中丢失会话

时间:2014-12-17 19:43:49

标签: meteor internet-explorer-10

运行以下代码时:

Meteor.call('updateRubricStudentAssessments', ids, setVal, function (err, updateCount) {
                console.log(Session.get("selected_classroom"));
                saveAssessmentDataCallback(ids);
            });

{1}}会话变量在IE 10中输出为selected_classroom,但在Firefox,Chrome和Safari中,undefined中的数据存在。这是IE 10中的一个已知错误,还是我在这里遗漏了什么?

0 个答案:

没有答案