Skip to content

Commit

Permalink
add readableFlowing property to INodeSocket (#2515)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrichardson authored and stevengum committed Nov 18, 2020
1 parent 1775398 commit 4f0c7be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface INodeSocket {
readonly writableLength: number;
readonly readableHighWaterMark: number;
readonly readableLength: number;
readonly readableFlowing: boolean | null;

address(): AddressInfo | string;

Expand Down

0 comments on commit 4f0c7be

Please sign in to comment.