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

api.RTCDataChannel - transferable is marked as not supported by Chromium #24680

Closed
josephrocca opened this issue Oct 10, 2024 · 2 comments · Fixed by #24780
Closed

api.RTCDataChannel - transferable is marked as not supported by Chromium #24680

josephrocca opened this issue Oct 10, 2024 · 2 comments · Fixed by #24780
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@josephrocca
Copy link

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

transferable is marked as not supported by Chromium:

https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel#browser_compatibility

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

transferable is now supported by Chromium: https://issues.chromium.org/issues/40787712

Did you test this? If so, how?

Yes, I tested this demo in Chrome v130:

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

No response

MDN URL

https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel

MDN metadata

MDN page report details
  • Query: api.RTCDataChannel
  • Report started: 2024-10-10T03:59:31.651Z
@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 10, 2024
@skyclouds2001
Copy link
Contributor

skyclouds2001 commented Oct 21, 2024

\cc @josephrocca seems it will be supported in M130, see chrome status

test in local chrome (windows 11) with https://tguilbert-google.github.io/RTCDataChannel/index.html, in M129 the test fails:

image

in M130 the test succeeded:

image

@josephrocca
Copy link
Author

seems it will be supported in M130

Yep, that's what I observed, but I see now that I opened the issue 5 days early - since it hadn't officially released yet.

Thanks!

caugner pushed a commit that referenced this issue Oct 25, 2024
Fixes #24680, mark `RTCDataChannel` is transferable in chromium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants