-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Hi,
Kitchen sink demo doesn't work in my IE10, if I choose IE9 or IE10 mode, Nor it works in quircks.
IE8 works thought.
Here's the console error I get:
13:59:07.774 DEBUG - [STROPHE] error: function (stanza) {
// remove timeout handler if there is one
if (timeoutHandler) {
that.deleteTimedHandler(timeoutHandler);
}
var iqtype = stanza.getAttribute('type');
if (iqtype === 'result') {
if (callback) {
callback(stanza);
}
} else if (iqtype === 'error') {
if (errback) {
errback(stanza);
}
} else {
throw {
name: "StropheError",
message: "Got bad IQ type of " + iqtype
};
}
} Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels