A specialized AsyncGenerator that lets you pass a number to the .next method which will attempt to return only that many bytes.
AsyncGenerator
.next
Rest
A specialized
AsyncGenerator
that lets you pass a number to the.next
method which will attempt to return only that many bytes.