pdf.js/src
Jonas Jenwald ca027ebfdb Fix the exception propagation when rejecting workerReadyCapability
Currently when an exception is thrown, we try to reject `workerReadyCapability` with multiple arguments in src/core/api.js. This obviously doesn't work, hence this patch changes that to instead reject with the exception object as is.
In src/core/worker.js the exception is currently (unncessarily) wrapped in an object, so this patch also simplifies that to directly send the exception object instead.
2014-09-08 22:20:41 +02:00
..
core Fix the exception propagation when rejecting workerReadyCapability 2014-09-08 22:20:41 +02:00
display Fix the exception propagation when rejecting workerReadyCapability 2014-09-08 22:20:41 +02:00
images Vectorize the logo. 2012-10-29 14:08:52 -04:00
shared Removes stringToArray 2014-08-10 14:11:04 -05:00
doc_helper.js Creates make.js code to build jsdoc. 2014-04-13 15:54:24 -05:00
pdf.js Enforcing JSHint's undef option 2014-07-19 16:41:07 +02:00
worker_loader.js Stop including cidmaps.js 2014-07-25 21:53:09 +02:00