Closed achingbrain closed 1 month ago
Allows interperting a bytes field as a string type in JavaScript:
bytes
string
message MyMessage { bytes field = 1 [jstype = JS_STRING]; }
Actually this isn't necessary, we can just change bytes to string in the proto file and get the same result.
Allows interperting a
bytes
field as astring
type in JavaScript: