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 Jul 10, 2020
1 parent da9f960 commit d79b10b
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 d79b10b

Please sign in to comment.