We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-fetch
'node-fetch' is great but does not use what wg streams API ReadableStream for response.body.
ReadableStream
response.body
See node-fetch/node-fetch#754
This means that @protobuf-ts/grpcweb-transport will not work on node, even with the node-fetch polyfill.
The text was updated successfully, but these errors were encountered:
#81 support node-fetch in grpcweb-transport
b2b3887
No branches or pull requests
'node-fetch' is great but does not use what wg streams API
ReadableStream
forresponse.body
.See node-fetch/node-fetch#754
This means that @protobuf-ts/grpcweb-transport will not work on node, even with the
node-fetch
polyfill.The text was updated successfully, but these errors were encountered: