v2.0.0-alpha.20
Pre-release
Pre-release
Bug Fixes:
- Fixed grpcweb-transport to handle responses with HTTP error status
and missing content-type header, see #102.
Thanks to @frederikhors for the bug report.
Breaking changes:
-
grpcweb-transport: The function
readGrpcWebResponseHeader()
no longer
returns the format. -
grpcweb-transport: The function
readGrpcWebResponseBody()
no longer takes
the format as an argument. Instead, it now takes the content-type response
header value and determines the format on its own.