-
Notifications
You must be signed in to change notification settings - Fork 59
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
Should CryptoKey be marked [Serializable] in IDL? #222
Comments
I remember this being discussed when we changed the structured clone infrastructure. I cannot find the issue, but my recollection is that at the time web crypto was an un-updatable Rec, and the serialization changes got the conversation started on how to provide maintenance for it. I think those conversations may have resolved by now, but we never followed through on updating the web crypto spec. |
#181 has that discussion, but it got closed without follow-up. |
The spec doesn't say to do this, but I think we should. See w3c/webcrypto#222 Differential Revision: https://phabricator.services.mozilla.com/D35722 --HG-- extra : moz-landing-system : lando
The spec doesn't say to do this, but I think we should. See w3c/webcrypto#222 Differential Revision: https://phabricator.services.mozilla.com/D35722
The spec doesn't say to do this, but I think we should. See w3c/webcrypto#222 Differential Revision: https://phabricator.services.mozilla.com/D35722 UltraBlame original commit: e02c73e7bd4bed108e60527f81fb8af00e361bb6
The spec doesn't say to do this, but I think we should. See w3c/webcrypto#222 Differential Revision: https://phabricator.services.mozilla.com/D35722 UltraBlame original commit: e02c73e7bd4bed108e60527f81fb8af00e361bb6
The spec doesn't say to do this, but I think we should. See w3c/webcrypto#222 Differential Revision: https://phabricator.services.mozilla.com/D35722 UltraBlame original commit: e02c73e7bd4bed108e60527f81fb8af00e361bb6
I filed #260 as follow-up. |
Should IndexedDB be able to store CryptoKey values? As I understand, that needs a [Serializable] annotation on the interface to work nowadays...
@annevk @domenic @bakulf
The text was updated successfully, but these errors were encountered: