-
Notifications
You must be signed in to change notification settings - Fork 46
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
Reader does not work in older browsers #544
Labels
Comments
tnajdek
added a commit
to tnajdek/pdf.js
that referenced
this issue
May 23, 2024
…rary#544 * Tweak browser list for babel/prefixer targets * Update core-js * Ensure all files source files are babel-processed * Enable postcss for :is pseudo-class * Add polyfill for ResizeObserver * Tweak uses of mediaQueryList to ensure compatiblity with older browsers * Replace all uses of `replaceChildren` with equivalent loop-based logic
tnajdek
added a commit
to tnajdek/reader
that referenced
this issue
May 23, 2024
* Tweak browser list for babel targets * Add core-js * Replace the only one use of :is pseudo-selector with equivalent css * Replace all uses of `replaceChildren` with equivalent loop-based logic * Add a workaround for browsers not supporting inset-inline-end * Add a fix for epubs not loading in Safari <= 15 * Update pdf.js submodule * Update some babel-related dependencies
tnajdek
added a commit
to tnajdek/pdf-worker
that referenced
this issue
May 23, 2024
* Tweak browser list for babel targets * Add core-js
This was referenced May 23, 2024
We did #548 instead |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g. Safari version >= 15 is required to run reader, while rest of the web library will work on Safari >= 11.
The text was updated successfully, but these errors were encountered: