-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript modules in the legacy build #17258
Comments
No, since that'd add way too much maintenance/support burden; something that was mentioned in #17055 (comment).
Please refer to the FAQ for the list of supported browsers: https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#faq-support |
There is Module Workers Polyfill (source). Is it reasonable to include it with the pdf.js legacy build? This might extend the legacy build support to Firefox 100 and Safari 13. |
I'm also getting "top-level await" warning when trying to compile pdf.js in an angular project. |
Is it possible to disable JavaScript modules in the legacy build?
According to this modules in workers are only supported in Firefox 114+ and Safari 15+ which means that we will have to stay on pdf.js v3.11.174 for the next few years.
The text was updated successfully, but these errors were encountered: