-
-
Notifications
You must be signed in to change notification settings - Fork 529
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for the "withCredentials" option to be passed to pdfJS (#257)
* Allow for the "withCredentials" option to be passed to pdfJS so that it send cookies pdfJS uses the "fetch" API to download the PDF. By default, it does not send cookies in cross-site scenarios. With this setting, cookies are always sent. * Added documentation for options supported by createLoadingTask() * Send the actual option value, not just "true"
- Loading branch information
1 parent
ad4d0c2
commit 5273d78
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters