wikis Search Results · repo:protobufjs/protobuf.js language:JavaScript
Filter by
13 results
(186 ms)13 results
inprotobufjs/protobuf.js (press backspace or delete to remove)Applications Parallels Access web client - Remote access to your computer from mobile devices and browser. SketchTogether - Meet and discuss informally sketched ideas Wire web app - Modern communication. ...
- Last updated on Apr 11, 2017
Upon request the convenience methods Message#encodeDelimited([bb]) and Message.decodeDelimited(bb) have been added, which encode respectively decode a varint32 length-delimited message. Because this is ...
- Last updated on May 7, 2014
ProtoBuf.js 2 uses lots of functionality from ByteBuffer.js 2 , like an easier way to encode/decode to/from base64 and hex: ProtoBuf.Builder.Message#encodeAB Encodes to an ArrayBuffer ProtoBuf.Builder.Message#toArrayBuffer ...
- Last updated on Dec 17, 2013
As pointed out , multiple extension fields declared in different scopes using the same name resulted in duplicate name errors. To address this issue, extension fields now use their fully qualified name ...
- Last updated on Aug 24, 2014
It has been requested to add oneof support to ProtoBuf.js. This feature has been introducted with Protocol Buffers 2.6.0. As of version 3.7.0, ProtoBuf.js is capable of using the oneof syntax: message ...
- Last updated on Sep 19, 2014
It has been requested to change the default representation of binary data when converting binary fields to JSON-like objects and vice-versa. As of version 3.8.0, ProtoBuf.js uses base64 encoding by default: ...
- Last updated on Oct 29, 2014
Beside incorporating a lot of bug fixes and feature requests, ProtoBuf.js 4.0 now supports proto3 syntax and got a new CLI utility named pbjs , which replaces proto2js and json2proto and uses more intuitive ...
- Last updated on Jun 8, 2015
For optimal compatibility with webpack , distributed files for protobuf.js, bytebuffer.js ( > =5.0.0) and long.js ( > =3.0.0) have been renamed to lower case. If you are using the npm package, it ...
- Last updated on Oct 25, 2015
protobuf.js 6 is a complete rewrite of the previous codebase, hence a lot has changed (to the better). Dependencies Instead of relying on bytebuffer.js, there is now a use case specific and reusable wire ...
- Last updated on Dec 21, 2016
Documentation resources Developer Guide protobuf.js 6 (current master) README API documentation protobuf.js 5 (old master) README API documentation Frequently asked questions Why protobuf.js instead of, ...
- Last updated on Apr 16, 2020