You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed grpc-ts is unable to make rpc requests on node.js. This is mostly because of the use of XMLHttpRequest.
Perhaps support could be added via axios or fetch. Fetch would be nice, as native support is being added to Node.js but It would limit deployment to places that have the most recent version of node. It's likely serverless deployment hosting will lag.
The text was updated successfully, but these errors were encountered:
Hi, I noticed grpc-ts is unable to make rpc requests on node.js. This is mostly because of the use of XMLHttpRequest.
Perhaps support could be added via axios or fetch. Fetch would be nice, as native support is being added to Node.js but It would limit deployment to places that have the most recent version of node. It's likely serverless deployment hosting will lag.
The text was updated successfully, but these errors were encountered: