12345678910111213141516171819202122232425 |
- describe('Peer', function() {
- it('constructor')
- it('inherits from EventEmitter')
- it('_getId')
- it('_init')
- it('_handleServerJSONMessage')
- it('_processQueue')
- it('_abort')
- it('_cleanup')
- it('_attachConnectionListeners')
- it('connect')
-
- it('destroy')
- });
|