Skip to content

Instantly share code, notes, and snippets.

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