Auto merge of #26752 - ferjm:datachannel, r=Manishearth

WebRTC data channels support

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #26212

This depends on https://github.com/servo/media/pull/350 and contains the basic pieces to make a  simple test like https://ferjm.github.io/samples/src/content/datachannel/basic/ work
This commit is contained in:
bors-servo 2020-06-30 13:53:32 -04:00 committed by GitHub
commit 4b034ede46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 930 additions and 34 deletions

View file

@ -487,6 +487,10 @@ pub mod raredata;
pub mod readablestream;
pub mod request;
pub mod response;
pub mod rtcdatachannel;
pub mod rtcdatachannelevent;
pub mod rtcerror;
pub mod rtcerrorevent;
pub mod rtcicecandidate;
pub mod rtcpeerconnection;
pub mod rtcpeerconnectioniceevent;