Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Sep 10, 2024
1 parent 519d5c6 commit d16a832
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/cookbook/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ For those who already use the default viewer and still suffer this issue, go thr
- The `Accept-Ranges` should be `bytes` and the server must really support it
- The `Content-Encoding` should be `identity` if present

If you ensure all these were configured correctly, then you can debug the code block step by step to find out what's the real issue.

https://github.com/mozilla/pdf.js/blob/f6b356eff753358bf3263d174dc0cf4852800edd/src/display/fetch_stream.js#L130-L168
If you ensure all these were configured correctly, then you can debug the [code block](https://github.com/mozilla/pdf.js/blob/f6b356eff753358bf3263d174dc0cf4852800edd/src/display/fetch_stream.js#L130-L168) step by step to find out what's the real issue.

I posted a similar comment in [discussion](https://github.com/mozilla/pdf.js/discussions/18524#discussioncomment-10202877).

0 comments on commit d16a832

Please sign in to comment.