Last updated 6 months ago
• Docs
/ / bytes
bytes(s): Uint8Array
s
Uint8Array
Convert a string to Uint8Array, each character must have a char code between 0-255.
• s: string
string
string that with only Latin1 character to convert
result Uint8Array