jasonclg

Results 2 comments of jasonclg

I guess the following code produced the number type in JS file https://github.com/grpc/grpc-web/blob/master/javascript/net/grpc/web/generator/grpc_generator.cc#L314 Is there any plan to use [BigInt ](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)instead to replace the number type and preserve the precision?