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

[Web API] Geometry APIs are structured cloneable #21152

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

zcorpan
Copy link
Contributor

@zcorpan zcorpan commented Sep 28, 2022

See https://drafts.fxtf.org/geometry/#structured-serialization

Description

List the DOMPoint, DOMPointReadOnly, DOMRect, DOMRectReadOnly, DOMQuad, DOMMatrix, DOMMatrixReadOnly interfaces as supporting structured clone.

Motivation

They were incorrectly absent...

Additional details

Possibly further interfaces are still missing. Check for [Serializable] extended attribute in webidl: https://searchfox.org/mozilla-central/search?q=Serializable&path=.webidl&case=true&regexp=false

Related issues and pull requests

@zcorpan zcorpan requested a review from a team as a code owner September 28, 2022 11:05
@zcorpan zcorpan requested review from Elchi3 and removed request for a team September 28, 2022 11:05
@github-actions github-actions bot added the Content:WebAPI Web API docs label Sep 28, 2022
@github-actions
Copy link
Contributor

@sideshowbarker sideshowbarker merged commit 35fdf6b into mdn:main Sep 28, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants