This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define([ | |
'underscore', | |
'libraries/lzma-min' | |
], function(_) { | |
const LZMAWorker = new window.LZMA('./libraries/lzma_worker-min.js'); | |
/** | |
* 2020/05/06 SCORMSuspendData | |
* | |
* Serialize and deserialize arrays, booleans and numbers into a base64 string | |
* for transport over SCORM 1.2 based systems where storage space is restricted |