You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EncryptedFileContentView.ts:230 RangeError: Maximum call stack size exceeded
at CryptoHelperV2.eval (CryptoHelper.ts:59:35)
at Generator.next (<anonymous>)
at fulfilled (tslib.es6.js:73:58)
which is this line
//convert array to base64constbase64Text=btoa(String.fromCharCode(...finalBytes));
Got a File with 21k words. tryin to encrypt file but file does not get encrypted, is there a limit for purpose?!
The text was updated successfully, but these errors were encountered: