Introduce RTCError and RTCErrorEvent

This commit is contained in:
Fernando Jiménez Moreno 2020-06-01 11:42:39 +02:00
parent 4e6d3e7cec
commit 84598a5173
5 changed files with 214 additions and 0 deletions

View file

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