-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Added fallback to fake worker if serialization of typed array fails. #983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This happens e.g. in Opera 11.60.
@merkste could you just extend the catch above (https://github.com/mozilla/pdf.js/blob/master/src/core.js#L585) to after the |
@notmasteryet I've just finished a small refactoring of the section in question. What do you think? |
@pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/3291494.txt [bot:processed:3291494] |
ERROR(s) foundOutput:
Bot response time: 37.03 mins |
Is the killed FF process a serious error? |
No, it's not @pdfjsbot test |
Processing command test by user notmasteryet. Queue size: 0 Live script output is available (after queueing is done) at: http://184.73.87.52:8989/3292802.txt [bot:processed:3292802] |
ERROR(s) foundATTENTION: There was a snapshot difference: Output:
Bot response time: 36.51 mins |
Hopefully, no other space chars turn up here ... =) |
Added fallback to fake worker if serialization of typed array fails.
Thanks for the patch. |
You're welcome. =) |
This happens e.g. in Opera 11.60. Now PDF.js works again in Opera.