Implement ondatachannel event

This commit is contained in:
Fernando Jiménez Moreno 2020-06-01 19:31:15 +02:00
parent 2c5fc3b3c8
commit f5c930087e
6 changed files with 139 additions and 4 deletions

View file

@ -487,6 +487,7 @@ pub mod readablestream;
pub mod request;
pub mod response;
pub mod rtcdatachannel;
pub mod rtcdatachannelevent;
pub mod rtcerror;
pub mod rtcerrorevent;
pub mod rtcicecandidate;