Protected
Optional
bufferProtected
Readonly
concatProtected
emitProtected
Readonly
lengthProtected
maxProtected
onProtected
Readonly
sliceOptional
start: numberOptional
end: numberProtected
Optional
timeoutProtected
emit
This component will buffer whatever is pushed to it and emit chunks back every BufferingStreamOptions.emitInterval. It will also ensure that the emitted chunks never exceed BufferingStreamOptions.maxChunkSize.