transcend-io / penumbra

Encrypt/decrypt anything in the browser using streams on background threads.
https://penumbra-example.vercel.app/
Apache License 2.0
145 stars 19 forks source link

Add documentation and utility for importing native Files #232

Open eligrey opened 2 years ago

eligrey commented 2 years ago

This PR adds a penumbra.importFile(file: File, path?: string): Promise<PenumbraFile> utility for easier interoperability with Files from native file selectors.

Related Issues

Public Changelog

[none]

Security Implications

[none]

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
penumbra-example ❌ Failed (Inspect) Sep 1, 2022 at 8:33PM (UTC)
kelindi commented 1 year ago

Are there any plans to fix this to be merged?