Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

async for heavy calculations #1

Open
niklasfemerstrand opened this issue Jan 6, 2013 · 1 comment
Open

async for heavy calculations #1

niklasfemerstrand opened this issue Jan 6, 2013 · 1 comment
Assignees
Milestone

Comments

@niklasfemerstrand
Copy link
Owner

Perform heavy calculations asynchronously so the browser doesn't freeze. HTML5 web workers don't have access to the window object so that won't work -- OpenPGP.js requires access to the window.crypto obj.

@niklasfemerstrand
Copy link
Owner Author

The OpenPGP.js project is already working on this individually, see: openpgpjs/openpgpjs#39

Can either work around their work on it or write patches directly for the library instead of for the plugin. Make a decision on this once it's critical, right now I think we're doing OK.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant