Skip to content
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

Closed
tnajdek opened this issue May 14, 2024 · 1 comment
Closed

Reader does not work in older browsers #544

tnajdek opened this issue May 14, 2024 · 1 comment

Comments

@tnajdek
Copy link
Member

tnajdek commented May 14, 2024

e.g. Safari version >= 15 is required to run reader, while rest of the web library will work on Safari >= 11.

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
@tnajdek
Copy link
Member Author

tnajdek commented Aug 10, 2024

We did #548 instead

@tnajdek tnajdek closed this as not planned Won't fix, can't repro, duplicate, stale Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant