File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -504,6 +504,8 @@ Return the value of `highWaterMark` passed when constructing this
504
504
added: v9.4.0
505
505
-->
506
506
507
+ * {number}
508
+
507
509
This property contains the number of bytes (or objects) in the queue
508
510
ready to be written. The value provides introspection data regarding
509
511
the status of the ` highWaterMark ` .
@@ -513,6 +515,8 @@ the status of the `highWaterMark`.
513
515
added: v12.3.0
514
516
-->
515
517
518
+ * {boolean}
519
+
516
520
Getter for the property ` objectMode ` of a given ` Writable ` stream.
517
521
518
522
##### writable.write(chunk[ , encoding] [ , callback ] )
@@ -1107,6 +1111,8 @@ the status of the `highWaterMark`.
1107
1111
added: v12.3.0
1108
1112
-->
1109
1113
1114
+ * {boolean}
1115
+
1110
1116
Getter for the property ` objectMode ` of a given ` Readable ` stream.
1111
1117
1112
1118
##### readable.resume()
You can’t perform that action at this time.
0 commit comments