fix keepalive setting
This commit is contained in:
4
dist/scorm-again.js
vendored
4
dist/scorm-again.js
vendored
@@ -688,7 +688,9 @@ var BaseAPI = /*#__PURE__*/function () {
|
||||
break;
|
||||
}
|
||||
},
|
||||
fetchKeepalive: function fetchKeepalive() {}
|
||||
fetchKeepalive: function fetchKeepalive() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user