I have the following loop:
for await (const element of readable) {
readable inherit of the Readable class. But I kn
readable
Readable