You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -725,6 +725,8 @@ The default `Parsers` are [Transform streams](https://nodejs.org/api/stream.html
725
725
| ByteLength | <code>Class</code> | is a transform stream that emits data as a buffer after a specific number of bytes are received. |
726
726
| Delimiter | <code>Class</code> | is a transform stream that emits data each time a byte sequence is received. |
727
727
| Readline | <code>Class</code> | is a transform stream that emits data after a newline delimiter is received. |
728
+
| Ready | <code>Class</code> | is a transform stream that waits for a sequence of "ready" bytes before emitting a ready event and emitting data events |
729
+
| Regex | <code>Class</code> | is a transform stream that uses a regular expression to split the incoming text upon. |
0 commit comments