1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00

Remove the unused url argument for the ChunkedStreamManager class

This commit is contained in:
Tim van der Meij 2018-12-23 20:14:00 +01:00
parent 47344197f4
commit 360c3d3813
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 0 additions and 3 deletions

View file

@ -322,7 +322,6 @@ var WorkerMessageHandler = {
fullRequest.isStreamingSupported;
pdfManager = new NetworkPdfManager(docId, pdfStream, {
msgHandler: handler,
url: source.url,
password: source.password,
length: fullRequest.contentLength,
disableAutoFetch,