Const
A codec which packs JavaScript string as utf-8 buffer into molecule vector<byte>.
vector<byte>
Note that this codec uses the TextEncoder/TextDecoder API which is available in most browsers. To support older browsers, consider a polyfill like fast-text-encoding
Generated using TypeDoc
A codec which packs JavaScript string as utf-8 buffer into molecule
vector<byte>
.Note that this codec uses the TextEncoder/TextDecoder API which is available in most browsers. To support older browsers, consider a polyfill like fast-text-encoding