Workers: Concatenating a large ReadableStream and a footer?
Hey!
I have a large document that i get with fetch and i need to pipe it to my client through a
response
. The file is too large to fit in the worker memory so I am streaming it. Is there any way to concatenate the stream and a footer(for now, 127 null bytes) in a non cpu and memory intensive way?0 Replies