Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access the
Catalog
data correctly in the "GetPageIndex" handler in …
…`src/core/worker.js` Even though the code obviously works as-is, given that we have unit-tests for it, it still feels incorrect to just *assume* that the `Catalog`-instance has all of its properties immediately available. Especially when (almost) all of the other handlers, in `src/core/worker.js`, protect their data accesses with appropriate `pdfManager.ensure` calls.
- Loading branch information