mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-21 04:34:03 +02:00
The `MessageHandler` itself, and its assorted helper functions, are currently the single largest[1] piece of code in the `src/shared/util.js` file. By moving this code into its own file, `src/shared/util.js` thus becomes smaller and more manageable.