1. I want to response a readable stream
httpAction2. My code rely on node environment and
httpAction don't allow "use node"3. I extract the logic into a
internalAction so "use node" is acceptable4. However, invoking this
internalAction throws an error says: "ReadabelStream" is not a supported Convex typeI'm trapped here, what else can I do to make it possible?
