Converts a string into an ArrayBuffer.
ArrayBuffer
The target string.
The encoding format. Defaults to 'utf-8'.
'utf-8'
An ArrayBuffer representation of the string.
Converts a string into an
ArrayBuffer
.