Bytes object
Bytes is an array of bytes.
| Constants |
| |
N/A |
| Properties |
| [index] |
- integer, element of the array at the index position, read-write index accessor. Zero-based integer index. |
| length |
- integer, read-only, number of bytes in the byte vector. |
| type |
- any, could be used for any purposes but sciter uses it to report mime-type (string) of the data received by request() method |
| Methods |
| toString |
( ) returns: string
Returns base64 representation of the byte vector. |
|