mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-24 11:51:00 +02:00
After PRs 10727 and 11912, the code responsible for sending the decoded image data to the main-thread has now become a fair bit more involved the previously. To reduce the amount of duplication here, the actual code responsible for sending the data is thus extracted into a new helper method instead.