-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update for structured cloning changes in HTML #1089
Labels
Comments
I don't believe that there are other WebRTC docs affected by this. A PR would be much appreciated. |
domenic
added a commit
to domenic/webrtc-pc
that referenced
this issue
Apr 4, 2017
domenic
added a commit
to domenic/webrtc-pc
that referenced
this issue
Apr 10, 2017
This is actually directly relevant to the discussion about what the internal representation of the private key part of a stored certificate is (for some meaning of the word "is"). |
It seems the W3C HTML spec (5.2) now is updated, so PR https://github.com/w3c/webrtc-pc/pull/1108/files could be re-applied. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In whatwg/html@97d644c we changed HTML's formulation of structured cloning significantly for the better. Web RTC should update to have separate serialization and deserialization steps. This can also eliminate having to deal with the memory variable.
I can work on a pull request for this shortly. Please let me know if there are any other Web RTC specs that have structured clone integration.
The text was updated successfully, but these errors were encountered: