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
This discussion was converted from issue #17068 on November 07, 2023 15:33.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In my application a user can quickly loop through pdf's using a button. Unfortunately, if the users clicks to fast, PDFJS throws errors...
(Sometimes an other error pops up: 'Uncaught (in promise) Error: Worker was terminated' or 'Error: Uncaught (in promise): Error: Transport destroyed')
I made a stack blitz to demonstrate the problem.
https://stackblitz.com/edit/stackblitz-starters-zrcl3r
I wonder if there is a work around for the problem demonstrated. e.g. suspend the worker or cancel previous load action
Beta Was this translation helpful? Give feedback.
All reactions