fix(core): update
This commit is contained in:
parent
b538c4fbdb
commit
9638f74440
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@api.global/typedrequest-interfaces',
|
||||
version: '3.0.12',
|
||||
version: '3.0.13',
|
||||
description: 'interfaces for making typed requests'
|
||||
}
|
||||
|
@ -118,7 +118,12 @@ export interface IUnifiedStreamDataPackage {
|
||||
keepAlive?: boolean;
|
||||
|
||||
/**
|
||||
* is there more data scheduled to be sent?
|
||||
* is backpressure detected on the readable side?
|
||||
*/
|
||||
backpressure?: boolean;
|
||||
|
||||
/**
|
||||
* does the writable side have more data scheduled to be sent?
|
||||
*/
|
||||
next?: boolean;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user