-
closeEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
close
events to event
handlers that are not necessarily instances of RtcDataChannel. [...]
const EventStreamProvider<Event>('close')
-
errorEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
error
events to event
handlers that are not necessarily instances of RtcDataChannel. [...]
const EventStreamProvider<Event>('error')
-
messageEvent
→ const EventStreamProvider<MessageEvent>
-
Static factory designed to expose
message
events to event
handlers that are not necessarily instances of RtcDataChannel. [...]
const EventStreamProvider<MessageEvent>('message')
-
openEvent
→ const EventStreamProvider<Event>
-
Static factory designed to expose
open
events to event
handlers that are not necessarily instances of RtcDataChannel. [...]
const EventStreamProvider<Event>('open')