Skip to content

Commit

Permalink
Remove docs on Internet Explorer 11
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed May 9, 2024
1 parent 5f15811 commit 9f95019
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/react-pdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ The following browsers are supported out of the box in React-PDF v8 and v7:

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).

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

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

#### React

Expand Down

0 comments on commit 9f95019

Please sign in to comment.