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

feat: remove deprecated base::Value-based serialization #21560

Closed
wants to merge 2 commits into from

Conversation

nornagon
Copy link
Member

Description of Change

This was included as a transitional measure when we moved IPC to using Structured Clone. The old behavior was deprecated in 8.x, and this removes it for 9.x.

Checklist

Release Notes

Notes: Objects not serializable using Structured Clone will now cause an error to be thrown when attempting to send them across IPC.

@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Dec 17, 2019
pull bot pushed a commit to kokizzu/electron that referenced this pull request Dec 18, 2019
* feat: remove deprecated base::Value-based serialization

* add note to breaking-changes
pull bot pushed a commit to kokizzu/electron that referenced this pull request Dec 18, 2019
* feat: remove deprecated base::Value-based serialization

* add note to breaking-changes
@zcbenz
Copy link
Member

zcbenz commented Dec 18, 2019

This has actually been merged (for twice) and the website is not updated.
Screen Shot 2019-12-18 at 15 25 58

@zcbenz zcbenz closed this Dec 18, 2019
@zcbenz zcbenz deleted the remove-old-serialization branch December 18, 2019 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-pr 🌱 PR opened in the last 24 hours
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants