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
In #250 I introduced the jsSerializeCrypto.js file
This file is generated by retrieving the https://github.com/webview-crypto/webview-crypto project, modifying src/WebViewWorker.ts to export parse and stringify methods from serializeBinary.js, bulding the project and then copy/pasting the results into our project.
An easier solution should be found.
A first solution would be to fork the project, make the modifications and create a new Cozy NPM package.