1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Changes to regression tests for progressive loading

This commit is contained in:
Mack Duan 2013-04-12 11:37:49 -07:00
parent ef423ef30c
commit 6b2c6fc223
9 changed files with 61 additions and 24 deletions

View file

@ -118,7 +118,8 @@ var NetworkPdfManager = (function NetworkPdfManagerClosure() {
var params = {
msgHandler: msgHandler,
httpHeaders: args.httpHeaders,
chunkedViewerLoading: args.chunkedViewerLoading
chunkedViewerLoading: args.chunkedViewerLoading,
disableAutoFetch: args.disableAutoFetch
};
this.streamManager = new ChunkedStreamManager(args.length, CHUNK_SIZE,
args.url, params);