Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webapp: No-network process-in-memory mode #4

Open
str4d opened this issue May 26, 2020 · 1 comment
Open

webapp: No-network process-in-memory mode #4

str4d opened this issue May 26, 2020 · 1 comment

Comments

@str4d
Copy link
Owner

str4d commented May 26, 2020

We are currently using StreamSaver.js to stream the processed file back to the user, which requires using a service worker, and thus interacting with a server. It would be great to have a no-network mode that encrypts or decrypts entirely in memory (with corresponding memory limits) and then offers the resulting Blob to the user.

@str4d
Copy link
Owner Author

str4d commented Nov 3, 2020

Another reason this would be useful is that the current StreamSaver.js approach requires a secure context, which you obviously don't get for a locally-hosted HTML file (but do get for a pre-cached webpage from a server that you then use while offline...)

@str4d str4d changed the title No-network process-in-memory mode webapp: No-network process-in-memory mode Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant