File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ generated from a single source tree through [MetaScript](https://github.com/dcod
8
8
9
9
Features
10
10
--------
11
- * Three API compatible versions:
12
- 1 . ** ByteBufferNB** : Backing buffer: node Buffer, Accessor: none
13
- 2 . ** ByteBufferAB** : Backing buffer: ArrayBuffer, Accessor: DataView
14
- 3 . ** ByteBufferTA** : Backing buffer: ArrayBuffer, Accessor: Uint8Array
11
+ * Three API- compatible versions:
12
+ * ** ByteBufferNB** : Backing buffer: node Buffer, Accessor: none
13
+ * ** ByteBufferAB** : Backing buffer: ArrayBuffer, Accessor: DataView
14
+ * ** ByteBufferTA** : Backing buffer: ArrayBuffer, Accessor: Uint8Array
15
15
* 8, 16, 32 and 64 bit signed and unsigned integers
16
16
* 32 and 64 bit floats
17
17
* Varints as used in protobuf (32 and 64 bit, zig-zag)
You can’t perform that action at this time.
0 commit comments