protobuf.js
protobuf.js copied to clipboard
how about `protobuf.load/loadSync` accepts options parameter like `root.load/loadSync`?
protobuf.js version: 6.8.8
it would be nice protobuf.load/loadSync accepts option like root.load/loadSync dose.
expected result example:
protobuf.loadSync('sample.proto', {keepCase: true});
me too.
Same here