-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
P3documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersjavascripttriagedIssue has been triagedIssue has been triaged
Description
Hi!
I noticed the JS generated code documentation (https://developers.google.com/protocol-buffers/docs/reference/javascript-generated#repeated) was missing information about the following methods that are being generated by the latest protoc:
addFooList(): Adds value at specified index in list
And for repeated bytes
:
getFooList_asU8(): Gets the array of bytes, with each value converted to Uint8Array
getFooList_asB64(): Gets the array of bytes, with each value converted to Base64 strings
I looked around in this repo and couldn't find anywhere to contribute this, could someone point me in the right direction?
paambaati
Metadata
Metadata
Assignees
Labels
P3documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersjavascripttriagedIssue has been triagedIssue has been triaged