pub(crate) type RTCDataChannelEventInit = RTCDataChannelEventInit<DomTypeHolder>;
Aliased Type§
pub(crate) struct RTCDataChannelEventInit {
pub parent: EventInit,
pub channel: Root<Dom<RTCDataChannel>>,
}
Fields§
§parent: EventInit
§channel: Root<Dom<RTCDataChannel>>