File tree 1 file changed +11
-0
lines changed
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
1047
1047
1048
1048
Is ` true ` if it is safe to call [ ` readable.read() ` ] [ ] .
1049
1049
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
+
1050
1060
##### readable.readableHighWaterMark
1051
1061
<!-- YAML
1052
1062
added: v9.3.0
@@ -2638,6 +2648,7 @@ contain multi-byte characters.
2638
2648
[ stream-read ] : #stream_readable_read_size
2639
2649
[ stream-resume ] : #stream_readable_resume
2640
2650
[ stream-write ] : #stream_writable_write_chunk_encoding_callback
2651
+ [ Stream Three States ] : #stream_three_states
2641
2652
[ writable-_destroy ] : #stream_writable_destroy_err_callback
2642
2653
[ writable-destroy ] : #stream_writable_destroy_error
2643
2654
[ zlib ] : zlib.html
You can’t perform that action at this time.
0 commit comments