Lines Matching refs:FlatBuffers
6 Before diving into the FlatBuffers usage in JavaScript, it should be noted that
8 general FlatBuffers usage in all of the supported languages
10 of FlatBuffers usage in JavaScript.
17 ## FlatBuffers JavaScript library code location
19 The code for the FlatBuffers JavaScript library can be found at
20 `flatbuffers/js`. You can browse the library code on the [FlatBuffers
23 ## Testing the FlatBuffers JavaScript library
34 ## Using the FlatBuffers JavaScript libary
37 example of how to use FlatBuffers in JavaScript.*
39 FlatBuffers supports both reading and writing FlatBuffers in JavaScript.
41 To use FlatBuffers in your own code, first generate JavaScript classes from your
42 schema with the `--js` option to `flatc`. Then you can include both FlatBuffers
102 ## Text parsing FlatBuffers in JavaScript