tanx update 2
This commit is contained in:
parent
2a89baa837
commit
51dbbe2090
|
@ -167,7 +167,7 @@ function RSA() {
|
|||
};
|
||||
|
||||
keys = webCrypto.generateKey(keyGenOpt, true, ['sign', 'verify']);
|
||||
if(!(keys instanceof Promise)) { // IE11 KeyOperation
|
||||
if (!(keys instanceof Promise)) { // IE11 KeyOperation
|
||||
keys = convertKeyOperation(keys, 'Error generating RSA key pair.');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user