This commit is contained in:
Peter Maquiran
2021-09-30 13:31:17 +01:00
parent 4d01ee4a9b
commit 07823d856a
4 changed files with 29 additions and 6 deletions
+5 -1
View File
@@ -9928,6 +9928,8 @@ function getDocument(src) {
source = src;
}
console.log('source================================================', source)
var params = Object.create(null);
var rangeTransport = null,
worker = null;
@@ -10000,7 +10002,9 @@ function getDocument(src) {
}
(0, _util.setVerbosityLevel)(params.verbosity);
console.log('params=======================', params)
if (!worker) {
var workerParams = {
verbosity: params.verbosity,