Trigger RTCErrorEvent on data channel error

This commit is contained in:
Fernando Jiménez Moreno 2020-06-01 12:19:47 +02:00
parent 84598a5173
commit 5c6dcbf54e
3 changed files with 22 additions and 4 deletions

View file

@ -30,7 +30,7 @@ impl RTCErrorEvent {
}
}
fn new(
pub fn new(
global: &GlobalScope,
type_: Atom,
bubbles: bool,