2014-11-12 20:51 GMT+00:00 Paweł Górny <[email protected]>:

> Which browser? IE?
> Google for this error, maybe you need to create console.log function in
> your script
>

This is cordova/phonegap project, This runs on android with webkit.

The problem is where the privatekey is not correct, the worker tryes to log
error:

/**
 * Global error handler that logs the stack trace and
 *   rethrows a high lvl error message
 * @param  {String} message   A human readable high level error Message
 * @param  {Error}  error     The internal error that caused the failure
 */
function onError(message, error) {
  // log the stack trace
  *console.error(error.stack);*
  // rethrow new high level error for api users
  throw new Error(message);
}

This is a bug, because many engines doesn't have console object on worker's
global scope.


-- 
Exos ~  (>‿◠)✌
Linked'in: http://www.linkedin.com/in/ogexos
Twitter: @exos, Indeti.ca: @exos
Cel:  [+54 9 11] 6133-2442

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d-- s++:* a- C+++$ UBL+++$ P(-) L+++$ !E--- W+++$ !N !o K-? !w--- !O
!M-- V? PS+++@ !PE Y+(++) PGP++ !t--- !5 X++ R(+) tv--(!) b- DI D-- G e@
h>++ r--- y*>+++++
------END GEEK CODE BLOCK------
_______________________________________________

http://openpgpjs.org
Subscribe/unsubscribe: http://list.openpgpjs.org

Reply via email to