You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While loading a PDF from internet or a huge pdf from local file, while the file is loading, open another document sometimes will cause some exceptions. I have throttled the network so the file is not loading too fast.
I think the solution is to teardown the worker properly before loading a new document.
Uncaught (in promise) TypeError: Cannot read property 'pdfPage' of undefined
(…)(anonymous function) @ viewer.js:4894
Promise.resolve (async)messageHandlerComObjOnMessage @ pdf.js:1494
2015-10-13 13:05:43.304 viewer.html:1 Uncaught (in promise) TypeError: Cannot read property 'pdfPage' of undefined
(…)(anonymous function) @ viewer.js:4894
Promise.resolve (async)messageHandlerComObjOnMessage @ pdf.js:1494
Using demo viewer with Chrome v46
While loading a PDF from internet or a huge pdf from local file, while the file is loading, open another document sometimes will cause some exceptions. I have throttled the network so the file is not loading too fast.
I think the solution is to teardown the worker properly before loading a new document.
The text was updated successfully, but these errors were encountered: