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

TinCan interface shouldn't provide 'xhr' to final callback #67

Closed brianjmiller closed 7 years ago

brianjmiller commented 10 years ago

The TinCan interface provides the xhr for the last LRS response in the final callback, but shouldn't. Optionally it'd be better to pass 'null' and include the results as a second arg but that would break backwards compat relatively badly.

brianjmiller commented 7 years ago

This is probably a WONTFIX based on plan to remove the TinCan interface for communicating with multiple LRSs.