Optional
options: BatchedBytesOptionsTakes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.
Optional
options: AsyncBatchedBytesOptionsTakes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.
Optional
options: BatchedObjectsOptions<T>Takes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.
Optional
options: AsyncBatchedObjectsOptions<T>
Takes a stream of Uint8Arrays and/or Uint8ArrayLists and store them in an internal buffer. Either once the buffer reaches the requested size or the next event loop tick occurs, yield any bytes from the buffer.