We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c21223 commit c2c3ec4Copy full SHA for c2c3ec4
src/components/Grater.vue
@@ -18,6 +18,7 @@ async function loadPdf(e: Event) {
18
const pdf = await getDocument({
19
data,
20
worker: PDFWorker.fromPort({ port: new pdfjsWorker() }),
21
+ isEvalSupported: false,
22
}).promise;
23
24
let loadPromises = [];
0 commit comments