なんかもうめっちゃ変えた
This commit is contained in:
14
src/web/app/common/scripts/server-stream.ts
Normal file
14
src/web/app/common/scripts/server-stream.ts
Normal file
@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
import Stream from './stream';
|
||||
|
||||
/**
|
||||
* Server stream connection
|
||||
*/
|
||||
class Connection extends Stream {
|
||||
constructor() {
|
||||
super('server');
|
||||
}
|
||||
}
|
||||
|
||||
export default Connection;
|
Reference in New Issue
Block a user