mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-17 10:44:03 +02:00
Rather than having a dedicated `BasePdfManager`-method for this one call-site we can instead change `PDFDocument.prototype.serializeXfaData` to a non-async method, that we invoke via `BasePdfManager.prototype.ensureDoc`.