the error "Synchronous XMLHttpRequest on the main thread is deprecated" is triggered when using SCORM in modern browsers - due to this line in mod/scorm/request.js:
httpReq.open("POST", url,false);
|
the error "Synchronous XMLHttpRequest on the main thread is deprecated" is triggered when using SCORM in modern browsers - due to this line in mod/scorm/request.js:
httpReq.open("POST", url,false);
|