mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
PdfViewer: set useWorkerFetch to false
This commit is contained in:
parent
b4e38409a9
commit
0cb502520f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user