You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
The Service returns the following response Accept-Ranges header on the initial get request .In firefox i saw that it downloads the complete pdf and renders it , In Chrome it cancels the first request and proceeds with requesting the partial content and rendering it. Sounds like a bug
The text was updated successfully, but these errors were encountered:
This is by design, since PDF.js uses a combination of streaming and range requests to speed up loading/rendering of PDF files in Firefox, please refer to PR #5263 and issue #4739. Closing as invalid.
Thanks @Snuffleupagus for the quick reply. In this usecase we do not want the user to download the completed PDF so I guess the only way of doing that is through the disableStream setting to true ..
Hi ,
The Service returns the following response Accept-Ranges header on the initial get request .In firefox i saw that it downloads the complete pdf and renders it , In Chrome it cancels the first request and proceeds with requesting the partial content and rendering it. Sounds like a bug
The text was updated successfully, but these errors were encountered: