Skip to content

Commit

Permalink
Update docs on compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 29, 2024
1 parent 0a7c4fe commit 6881c82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/react-pdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ React-PDF is under constant development. This documentation is written for React

React-PDF supports all modern browsers. It is tested with the latest versions of Chrome, Edge, Safari, Firefox, and Opera.

The following browsers are supported out of the box in React-PDF v8 and v7:
The following browsers are supported out of the box in React-PDF v9:

- Chrome ≥92
- Edge ≥92
- Safari ≥15.4
- Firefox ≥90
- Chrome ≥119
- Edge ≥119
- Safari ≥17.4
- Firefox ≥121

You may extend the list of supported browsers by providing additional polyfills (e.g. for `Array.prototype.at` or `Promise.allSettled`) and either configuring your bundler to transpile `pdfjs-dist` and using [legacy PDF.js worker](#legacy-pdfjs-worker).
You may extend the list of supported browsers by providing additional polyfills (e.g. for `Array.prototype.at`, `Promise.allSettled` or `Promise.withResolvers`) and either configuring your bundler to transpile `pdfjs-dist` and using [legacy PDF.js worker](#legacy-pdfjs-worker).

If you need to support older browsers, you will need to use React-PDF v6 or earlier.

Expand Down

0 comments on commit 6881c82

Please sign in to comment.