|
|
|
@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
|
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.4.44'; |
|
|
|
|
var pdfjsBuild = 'a0aa781'; |
|
|
|
|
var pdfjsVersion = '1.4.46'; |
|
|
|
|
var pdfjsBuild = 'd7e5935'; |
|
|
|
|
|
|
|
|
|
var pdfjsFilePath = |
|
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
|
@ -33790,9 +33790,9 @@ PDFJS.getDocument = function getDocument(src,
@@ -33790,9 +33790,9 @@ PDFJS.getDocument = function getDocument(src,
|
|
|
|
|
throw new Error('Loading aborted'); |
|
|
|
|
} |
|
|
|
|
var messageHandler = new MessageHandler(docId, workerId, worker.port); |
|
|
|
|
messageHandler.send('Ready', null); |
|
|
|
|
var transport = new WorkerTransport(messageHandler, task, rangeTransport); |
|
|
|
|
task._transport = transport; |
|
|
|
|
messageHandler.send('Ready', null); |
|
|
|
|
}); |
|
|
|
|
}).catch(task._capability.reject); |
|
|
|
|
|
|
|
|
|