MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
Creative Commons Zero v1.0 Universal
958
stars
927
forks
source link
Move event handlers out #17
Closed
a2sheppy closed 8 years ago
The event handlers for the RTCPeerConnection are now top-level functions instead of anonymous function. This makes many things easier to read.