KingOrmon Posted July 27, 2025 Posted July 27, 2025 Hi, I am trying to config new PDF.js engine into unigui, and this proyect comes now with especial javascript files JMS Any idea ? Quote
Sherzod Posted July 29, 2025 Posted July 29, 2025 Hello, If the new version of PDF.js uses ES modules (.mjs), these scripts must be included using <script type="module">. In uniGUI, this can be done manually, for example, via UniHTMLFrame. Also make sure that your server serves .mjs files with the correct MIME type: text/javascript. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.