-
Notifications
You must be signed in to change notification settings - Fork 915
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
Point out that polyfilled CryptoKeys
can't be stored in IndexedDB
#1911
Labels
bug
Something isn't working
Comments
Because there has been no activity on this issue for 7 days since it was closed, it has been automatically locked. Please open a new issue if it requires a follow up. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It was pointed out in #1838 that keys produced by the polyfill can't be stored in IndexedDB because they don't meaningfully implement the structured clone algorithm, at least not in such a way that gives you the private key bytes.
The task is to update the README to point this out.
The text was updated successfully, but these errors were encountered: