nightireN
Convex Community7mo ago
2 replies
nightire

1. I want to response a readable stream

1. I want to response a readable stream through
httpAction

2. 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 acceptable
4. However, invoking this
internalAction
throws an error says:
"ReadabelStream" is not a supported Convex type


I'm trapped here, what else can I do to make it possible?
Was this page helpful?