Update pdfWorkerManager.ts

This commit is contained in:
Ludy87 2025-09-03 05:56:10 +02:00
parent c665aca3b5
commit 0b1b6b76c4
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -8,7 +8,6 @@
import { GlobalWorkerOptions, getDocument } from 'pdfjs-dist/legacy/build/pdf.mjs';
class PDFWorkerManager {
private static instance: PDFWorkerManager;
private activeDocuments = new Set<any>();