Definition
WebRTC: Real-Time Communication in Browsers defines RTCErrorEventInit
dictionary RTCErrorEventInit : EventInit {
required RTCError error;
};
RTCErrorEventInit dictionaryWebRTC: Real-Time Communication in Browsers defines RTCErrorEventInit
dictionary RTCErrorEventInit : EventInit {
required RTCError error;
};