PdfViewer: set useWorkerFetch to false

This commit is contained in:
Le Tan 2023-01-01 07:27:50 +08:00
parent b4e38409a9
commit 0cb502520f

View File

@ -762,6 +762,10 @@ const defaultOptions = {
workerSrc: {
value: "../build/pdf.worker.js",
kind: OptionKind.WORKER
},
useWorkerFetch: {
value: false,
kind: OptionKind.API
}
};
{
@ -14929,4 +14933,4 @@ if (document.readyState === "interactive" || document.readyState === "complete")
/******/ })()
;
//# sourceMappingURL=viewer.js.map
//# sourceMappingURL=viewer.js.map