Definition
WebRTC: Real-Time Communication in Browsers defines RTCErrorEvent
[Exposed=Window]
interface RTCErrorEvent : Event {
constructor(DOMString type, RTCErrorEventInit eventInitDict);
[SameObject] readonly attribute RTCError error;
};
RTCErrorEvent
interfaceWebRTC: Real-Time Communication in Browsers defines RTCErrorEvent
[Exposed=Window]
interface RTCErrorEvent : Event {
constructor(DOMString type, RTCErrorEventInit eventInitDict);
[SameObject] readonly attribute RTCError error;
};
RTCErrorEvent