diff --git a/Design:-Enhancements-to-Split-Join-nodes.md b/Design:-Enhancements-to-Split-Join-nodes.md index e10ab5c..11339db 100644 --- a/Design:-Enhancements-to-Split-Join-nodes.md +++ b/Design:-Enhancements-to-Split-Join-nodes.md @@ -8,7 +8,7 @@ The Split node takes a single message and (currently) creates multiple messages. #### Proposal 1 -... +Add support for Buffers to be split - let the split "target" be able to be specified as an array format - eg ["0x02","0xf2"] sort of thing (that is itself then parsed into a buffer) to use with buffer.indexOf... ### Join Node