File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1047,6 +1047,16 @@ added: v0.8.0
10471047
10481048Is ` true ` if it is safe to call [ ` readable.read() ` ] [ ] .
10491049
1050+ ##### readable.readableFlowing
1051+ <!-- YAML
1052+ added: v9.4.0
1053+ -->
1054+
1055+ * {boolean}
1056+
1057+ This property reflects the current state of a ` Readable ` stream as described
1058+ in the [ Stream Three States] [ ] section.
1059+
10501060##### readable.readableHighWaterMark
10511061<!-- YAML
10521062added: v9.3.0
@@ -2638,6 +2648,7 @@ contain multi-byte characters.
26382648[ stream-read ] : #stream_readable_read_size
26392649[ stream-resume ] : #stream_readable_resume
26402650[ stream-write ] : #stream_writable_write_chunk_encoding_callback
2651+ [ Stream Three States ] : #stream_three_states
26412652[ writable-_destroy ] : #stream_writable_destroy_err_callback
26422653[ writable-destroy ] : #stream_writable_destroy_error
26432654[ zlib ] : zlib.html
You can’t perform that action at this time.
0 commit comments