|
@@ -1,4 +1,8 @@
|
|
|
-/* Copyright 2017 Mozilla Foundation
|
|
|
+/**
|
|
|
+ * @licstart The following is the entire license notice for the
|
|
|
+ * Javascript code in this page
|
|
|
+ *
|
|
|
+ * Copyright 2017 Mozilla Foundation
|
|
|
*
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
* you may not use this file except in compliance with the License.
|
|
@@ -11,6 +15,9 @@
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
+ *
|
|
|
+ * @licend The above is the entire license notice for the
|
|
|
+ * Javascript code in this page
|
|
|
*/
|
|
|
|
|
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
@@ -11638,7 +11645,7 @@ function _fetchDocument(worker, source, pdfDataRangeTransport, docId) {
|
|
|
if (worker.destroyed) {
|
|
|
return Promise.reject(new Error('Worker was destroyed'));
|
|
|
}
|
|
|
- var apiVersion = '2.0.234';
|
|
|
+ var apiVersion = '2.0.236';
|
|
|
source.disableRange = (0, _dom_utils.getDefaultSetting)('disableRange');
|
|
|
source.disableAutoFetch = (0, _dom_utils.getDefaultSetting)('disableAutoFetch');
|
|
|
source.disableStream = (0, _dom_utils.getDefaultSetting)('disableStream');
|
|
@@ -12929,8 +12936,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
|
|
|
}();
|
|
|
var version, build;
|
|
|
{
|
|
|
- exports.version = version = '2.0.234';
|
|
|
- exports.build = build = 'ad0dc7e8';
|
|
|
+ exports.version = version = '2.0.236';
|
|
|
+ exports.build = build = '18d82d9c';
|
|
|
}
|
|
|
exports.getDocument = getDocument;
|
|
|
exports.LoopbackPort = LoopbackPort;
|
|
@@ -26712,8 +26719,8 @@ exports.SVGGraphics = SVGGraphics;
|
|
|
"use strict";
|
|
|
|
|
|
|
|
|
-var pdfjsVersion = '2.0.234';
|
|
|
-var pdfjsBuild = 'ad0dc7e8';
|
|
|
+var pdfjsVersion = '2.0.236';
|
|
|
+var pdfjsBuild = '18d82d9c';
|
|
|
var pdfjsSharedUtil = __w_pdfjs_require__(0);
|
|
|
var pdfjsDisplayGlobal = __w_pdfjs_require__(131);
|
|
|
var pdfjsDisplayAPI = __w_pdfjs_require__(65);
|
|
@@ -31893,8 +31900,8 @@ if (!_global_scope2.default.PDFJS) {
|
|
|
}
|
|
|
var PDFJS = _global_scope2.default.PDFJS;
|
|
|
{
|
|
|
- PDFJS.version = '2.0.234';
|
|
|
- PDFJS.build = 'ad0dc7e8';
|
|
|
+ PDFJS.version = '2.0.236';
|
|
|
+ PDFJS.build = '18d82d9c';
|
|
|
}
|
|
|
PDFJS.pdfBug = false;
|
|
|
if (PDFJS.verbosity !== undefined) {
|
|
@@ -35256,7 +35263,7 @@ var WorkerMessageHandler = {
|
|
|
var cancelXHRs = null;
|
|
|
var WorkerTasks = [];
|
|
|
var apiVersion = docParams.apiVersion;
|
|
|
- var workerVersion = '2.0.234';
|
|
|
+ var workerVersion = '2.0.236';
|
|
|
if (apiVersion !== null && apiVersion !== workerVersion) {
|
|
|
throw new Error('The API version "' + apiVersion + '" does not match ' + ('the Worker version "' + workerVersion + '".'));
|
|
|
}
|