UNPKG

spray-wrtc

Version:

Adaptive random peer-sampling protocol running on top of WebRTC

13 lines (10 loc) 167 B
'use strict' /** * Message that signals the departure of the sender. */ class MLeave { constructor () { this.type = 'MLeave' }; }; module.exports = MLeave