Missing withCredentials after Upgrading from 6.2.0 to 7.3. #1585
-
Before you start - checklist
DescriptionAfter upgrading from version 6.2.0 to 7.3.3 of the library, I noticed that the Steps to reproduceUpgrade to newest version Expected behaviorThe flag should still be there or at least mentioned somewhere. Is it no longer needed? Actual behaviorNo information about the removed flag Additional informationNo response EnvironmentNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yep Well technically, it wasn't even moved, just better documented, because Please mind that |
Beta Was this translation helpful? Give feedback.
Yep
withCredentials
flag was not really a part offile
, so it was moved tooptions
where it belongs.Well technically, it wasn't even moved, just better documented, because
file
andoptions
get merged before passing to PDF.js :DPlease mind that
withCredentials
is mentioned in the docs. :)