1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00
pdf.js/src
Jon Ribbens 3ddb1720d9 Fix bug in api.js whereby fake workers didn't load the worker code
PDFJS does not work on Windows Safari, due to the lack of support for workers passing typed arrays. At some point, the code to set up the fake worker so that things work on Safari seems to have become broken and nobody noticed - it was just calling setupFakeWorker() without actually calling loadFakeWorkerFiles(). With this patch, the PDFJS works again on Windows Safari.
2013-10-02 17:22:33 +01:00
..
core Merge pull request #3674 from brendandahl/cmap-squash 2013-09-25 18:04:49 -07:00
display Fix bug in api.js whereby fake workers didn't load the worker code 2013-10-02 17:22:33 +01:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Fixing annotation icon issues 2013-09-06 21:00:02 +02:00
pdf.js Specifies default workerSrc (if possible) 2013-08-16 11:33:54 -05:00
worker_loader.js Read multi-byte character codes based on codespace ranges. 2013-09-25 10:32:04 -07:00