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:
parent
47344197f4
commit
360c3d3813
3 changed files with 0 additions and 3 deletions
|
@ -264,7 +264,6 @@ class ChunkedStreamManager {
|
|||
this.chunkSize = args.rangeChunkSize;
|
||||
this.stream = new ChunkedStream(this.length, this.chunkSize, this);
|
||||
this.pdfNetworkStream = pdfNetworkStream;
|
||||
this.url = args.url;
|
||||
this.disableAutoFetch = args.disableAutoFetch;
|
||||
this.msgHandler = args.msgHandler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue