adlnet / xAPIWrapper

Wrapper to simplify communication to an LRS
https://adlnet.gov/projects/xapi/
Apache License 2.0
214 stars 114 forks source link

Remove Date.prototype.toISOString #138

Closed oliverfoster closed 4 years ago

oliverfoster commented 5 years ago

Based upon response to #136, IE10 is minimum supported browser.

Date.prototype.toISOString was introduced into IE9 so polyfill can be removed.