Bug 206056 - RTCDataChannel closing event
Summary: RTCDataChannel closing event
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-10 03:15 PST by Philip Jägenstedt
Modified: 2022-07-03 23:16 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philip Jägenstedt 2020-01-10 03:15:51 PST
https://github.com/w3c/webrtc-pc/pull/2223 added a closing event to RTCDataChannel.

Tests are being updated in https://github.com/web-platform-tests/wpt/pull/21117.
Comment 1 Radar WebKit Bug Importer 2022-07-01 11:04:26 PDT
<rdar://problem/96303438>
Comment 2 Brent Fulgham 2022-07-01 11:04:39 PDT
While we seem to have stubs for this -- I see that we fail the WPT.fyi tests.
Comment 3 youenn fablet 2022-07-03 23:16:49 PDT
We pass all of https://wpt.fyi/results/webrtc/RTCDataChannel-close.html?label=experimental&label=master&aligned so I think we are good now.