I'm testing bramble.mofostaging.net, which is using `webmakerLogin.min.js` (same as in Thimble), and in IE10 it throws doing this: ``` js for(var key in options.headers) xhr.setRequestHeader(key,options.headers[key]) // <------ here ``` The code is here https://github.com/mozilla/webmaker-login-ux/blob/e6d675f6ae3b14bc76b8f725de0f17155aa6269a/dist/ngWebmakerLogin.js#L213-L214. This is a bit of a showstopper. Has this been tested in IE for other apps? cc @Pomax
I'm testing bramble.mofostaging.net, which is using
webmakerLogin.min.js(same as in Thimble), and in IE10 it throws doing this:The code is here
webmaker-login-ux/dist/ngWebmakerLogin.js
Lines 213 to 214 in e6d675f
cc @Pomax