|
|
@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); |
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
// Use strict in our context only - users might not want it
|
|
|
|
'use strict'; |
|
|
|
'use strict'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsVersion = '1.4.55'; |
|
|
|
var pdfjsVersion = '1.4.57'; |
|
|
|
var pdfjsBuild = 'acf74d4'; |
|
|
|
var pdfjsBuild = '72c05af'; |
|
|
|
|
|
|
|
|
|
|
|
var pdfjsFilePath = |
|
|
|
var pdfjsFilePath = |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
|
typeof document !== 'undefined' && document.currentScript ? |
|
|
@ -34632,7 +34632,7 @@ var PDFWorker = (function PDFWorkerClosure() { |
|
|
|
|
|
|
|
|
|
|
|
_initialize: function PDFWorker_initialize() { |
|
|
|
_initialize: function PDFWorker_initialize() { |
|
|
|
// If worker support isn't disabled explicit and the browser has worker
|
|
|
|
// If worker support isn't disabled explicit and the browser has worker
|
|
|
|
// support, create a new web worker and test if it/the browser fullfills
|
|
|
|
// support, create a new web worker and test if it/the browser fulfills
|
|
|
|
// all requirements to run parts of pdf.js in a web worker.
|
|
|
|
// all requirements to run parts of pdf.js in a web worker.
|
|
|
|
// Right now, the requirement is, that an Uint8Array is still an
|
|
|
|
// Right now, the requirement is, that an Uint8Array is still an
|
|
|
|
// Uint8Array as it arrives on the worker. (Chrome added this with v.15.)
|
|
|
|
// Uint8Array as it arrives on the worker. (Chrome added this with v.15.)
|
|
|
|