Skip to content

New way to reset the API

Latest
Compare
Choose a tag to compare
@xob xob released this 12 Apr 19:21
· 8 commits to master since this release
3ec9b7f

Added

  • A CHANGELOG file was added to document changes to the project
  • The reset method should now be used instead of the previous
    replaceWithAnotherScormAPI method. It resets the API to its original state
    cleanly, instead of having to create a whole new API.

Removed

  • The replaceWithAnotherScormAPI method was removed. It caused issues with
    SCOs that keep a pointer to the original API after replacing it a few times.