This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Description
I'm testing bramble.mofostaging.net, which is using webmakerLogin.min.js (same as in Thimble), and in IE10 it throws doing this:
for(var key in options.headers)
xhr.setRequestHeader(key,options.headers[key]) // <------ here
The code is here
|
for (var key in options.headers) |
|
xhr.setRequestHeader(key, options.headers[key]) |
. This is a bit of a showstopper. Has this been tested in IE for other apps?
cc @Pomax