mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-31 19:37:21 +02:00
Currently the same code, for requesting the password from the main-thread, is now duplicated three times. Let's avoid that by moving the new `getPassword` helper function, added in the previous commit, and re-use that everywhere instead.