parent
4129dce95a
commit
c614e6f5d7
38 changed files with 358 additions and 216 deletions
10
src/web/app/common/scripts/streaming/requests-stream.ts
Normal file
10
src/web/app/common/scripts/streaming/requests-stream.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import Stream from './stream';
|
||||
|
||||
/**
|
||||
* Requests stream connection
|
||||
*/
|
||||
export default class Connection extends Stream {
|
||||
constructor() {
|
||||
super('requests');
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue