1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Improve the API unit-tests by checking that PDFPageProxy.render returns a RenderTask-instance

This is similar to existing unit-tests, which checks for `PDFDocumentProxy`- and `PDFPageProxy`-instances.
This commit is contained in:
Jonas Jenwald 2021-09-13 13:34:37 +02:00
parent fa7a607d33
commit d854352cd5
2 changed files with 18 additions and 1 deletions

View file

@ -3365,6 +3365,7 @@ export {
PDFDocumentProxy,
PDFPageProxy,
PDFWorker,
RenderTask,
setPDFNetworkStreamFactory,
version,
};