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
Thanks for the reply, looking forward to using ES6 import in grpc-web
Due to the current vue2 upgrade to vue3, and the selection of UI framework must use ES6 specification, resulting in the current temporary abandoned grpc-web, using GRPC gateway to JSON request, currently launched in the browser is HTTP1.1 JSON request, rather than GRPC protocol Protobuf serialization
Therefore, we would prefer to use grpc-web to serialize GRPC requests with Protobuf rather than go back to the original HTTP + JSON approach.
How does this library relate to Protoc, and protoc support for ES6 can be requested here?
The text was updated successfully, but these errors were encountered: