Le SELECT du choix de rôle devient un radio
This commit is contained in:
9
node_modules/wrtc/lib/datachannelmessageevent.js
generated
vendored
Normal file
9
node_modules/wrtc/lib/datachannelmessageevent.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
function RTCDataChannelMessageEvent(message) {
|
||||
this.data = message;
|
||||
}
|
||||
|
||||
RTCDataChannelMessageEvent.prototype.type = 'message';
|
||||
|
||||
module.exports = RTCDataChannelMessageEvent;
|
||||
Reference in New Issue
Block a user