@ -1204,6 +1204,12 @@ function isArrayBuffer(v) {
@@ -1204,6 +1204,12 @@ function isArrayBuffer(v) {
function isSpace ( ch ) {
return ch === 0x20 || ch === 0x09 || ch === 0x0D || ch === 0x0A ;
}
function isNodeJS ( ) {
if ( typeof _ _pdfjsdev _webpack _ _ === 'undefined' ) {
return typeof process === 'object' && process + '' === '[object process]' ;
}
return false ;
}
function createPromiseCapability ( ) {
var capability = { } ;
capability . promise = new Promise ( function ( resolve , reject ) {
@ -2298,6 +2304,7 @@ exports.isInt = isInt;
@@ -2298,6 +2304,7 @@ exports.isInt = isInt;
exports . isNum = isNum ;
exports . isString = isString ;
exports . isSpace = isSpace ;
exports . isNodeJS = isNodeJS ;
exports . isSameOrigin = isSameOrigin ;
exports . createValidAbsoluteUrl = createValidAbsoluteUrl ;
exports . isLittleEndian = isLittleEndian ;
@ -20833,8 +20840,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -20833,8 +20840,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}
} ;
} ( ) ;
exports . version = '1.7.300 ' ;
exports . build = 'cfaa621a ' ;
exports . version = '1.7.302 ' ;
exports . build = 'f99e4e46 ' ;
exports . getDocument = getDocument ;
exports . PDFDataRangeTransport = PDFDataRangeTransport ;
exports . PDFWorker = PDFWorker ;
@ -38434,6 +38441,7 @@ var error = sharedUtil.error;
@@ -38434,6 +38441,7 @@ var error = sharedUtil.error;
var info = sharedUtil . info ;
var warn = sharedUtil . warn ;
var setVerbosityLevel = sharedUtil . setVerbosityLevel ;
var isNodeJS = sharedUtil . isNodeJS ;
var Ref = corePrimitives . Ref ;
var LocalPdfManager = corePdfManager . LocalPdfManager ;
var NetworkPdfManager = corePdfManager . NetworkPdfManager ;
@ -39124,12 +39132,6 @@ function initializeWorker() {
@@ -39124,12 +39132,6 @@ function initializeWorker() {
WorkerMessageHandler . setup ( handler , self ) ;
handler . send ( 'ready' , null ) ;
}
function isNodeJS ( ) {
if ( typeof _ _pdfjsdev _webpack _ _ === 'undefined' ) {
return typeof process === 'object' && process + '' === '[object process]' ;
}
return false ;
}
if ( typeof window === 'undefined' && ! isNodeJS ( ) ) {
initializeWorker ( ) ;
}
@ -39616,8 +39618,8 @@ if (!globalScope.PDFJS) {
@@ -39616,8 +39618,8 @@ if (!globalScope.PDFJS) {
globalScope . PDFJS = { } ;
}
var PDFJS = globalScope . PDFJS ;
PDFJS . version = '1.7.300 ' ;
PDFJS . build = 'cfaa621a ' ;
PDFJS . version = '1.7.302 ' ;
PDFJS . build = 'f99e4e46 ' ;
PDFJS . pdfBug = false ;
if ( PDFJS . verbosity !== undefined ) {
sharedUtil . setVerbosityLevel ( PDFJS . verbosity ) ;
@ -57319,8 +57321,8 @@ exports.TilingPattern = TilingPattern;
@@ -57319,8 +57321,8 @@ exports.TilingPattern = TilingPattern;
"use strict" ;
var pdfjsVersion = '1.7.300 ' ;
var pdfjsBuild = 'cfaa621a ' ;
var pdfjsVersion = '1.7.302 ' ;
var pdfjsBuild = 'f99e4e46 ' ;
var pdfjsSharedUtil = _ _w _pdfjs _require _ _ ( 0 ) ;
var pdfjsDisplayGlobal = _ _w _pdfjs _require _ _ ( 25 ) ;
var pdfjsDisplayAPI = _ _w _pdfjs _require _ _ ( 10 ) ;