wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.11k stars 867 forks source link

react-pdf not effect in 钉钉browser #1680

Closed day-xue closed 7 months ago

day-xue commented 7 months ago

Before you start - checklist

Description

Dingtalk browser does not support fetch api, resulting in an error ,(undefined is not an object evaluating body.getReader), what should i do

Steps to reproduce

1.download 钉钉 browser 2.use react-pdf to preview a pdf

Expected behavior

dont use fetch.

Actual behavior

use fetch

Additional information

No response

Environment

wojtekmaj commented 7 months ago

This browser is not listed as supported browser in README, so I'm going to close this ticket because it cannot be considered a bug we're not delivering something we didn't promise in the first place. Still, if you have an idea how to improve compatibility without too many changes for other browsers, feel free to contribute.