Hello, I am trying this feature in order to download a dynamically generated excel from a UI5 app: https://cap.cloud.sap/docs/node.js/best-practices#custom-streaming-betaThe way this:const readable = Readable.from(buffer)
return {
value: readable,
...