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

[IE10]: SCRIPT5022: InvalidStateError webmakerLogin.min.js, line 2 character 334 #169

@humphd

Description

@humphd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions