RusticiSoftware / TinCanJS

JavaScript library for the Experience API (Tin Can API)
http://rusticisoftware.github.io/TinCanJS/
Apache License 2.0
207 stars 115 forks source link

Added IE Mode Request Conversion and unit tests #83

Closed usernolan closed 10 years ago

usernolan commented 10 years ago
brianjmiller commented 10 years ago

Some tests failing in IE8 and IE9, probably based on use of XDomainRequest and the checks against the XHR object not being compatible. For instance the assertions about status code of 204 are failing, probably because those IEs are returning 1223. We'll investigate further tomorrow.

brianjmiller commented 10 years ago

@Nolan330 you should be able to merge in https://github.com/brianjmiller/TinCanJS/tree/IEMode as a FF and then push to this branch. Once that happens we'll be good for review as all tests passing in all checked browsers.

brianjmiller commented 10 years ago

@bscSCORM this is now over to you.