There is a problem with the new usage of the module javascript pdfjs from some content providers.
Course provider is now using the following line in our root file index.html:
<script src="noyau/js/pdfjs/build/pdf.mjs" type="module"></script>
As you can see, the given type of referenced file pdf.mjs is "module" whereas in previous versions the type of referenced files was only "text/javascript".
Would it be possible for you to adapt the integration of courses on the Absorb platform in order to support such types of courses ?