Enable range requests in master mode.
This commit is contained in:
parent
077f08fa6d
commit
e697c598c2
@ -133,9 +133,8 @@ function nextTask() {
|
|||||||
nextPage(task, failure);
|
nextPage(task, failure);
|
||||||
}
|
}
|
||||||
|
|
||||||
// When generating reference images in masterMode, disable range requests
|
PDFJS.disableRange = task.disableRange;
|
||||||
PDFJS.disableRange = task.disableRange || masterMode;
|
PDFJS.disableAutoFetch = !task.enableAutoFetch;
|
||||||
PDFJS.disableAutoFetch = !task.enableAutoFetch || masterMode;
|
|
||||||
try {
|
try {
|
||||||
var promise = PDFJS.getDocument({
|
var promise = PDFJS.getDocument({
|
||||||
url: absoluteUrl,
|
url: absoluteUrl,
|
||||||
|
Loading…
Reference in New Issue
Block a user