mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-11 07:44:04 +02:00
We're already passing in a, currently unused, `PdfManager` instance when initializing the `XRef`. To avoid having to pass a single `password` parameter around, we could thus simply get the `password` through the `PdfManager` instance instead.