Can encode javascript Unicode string into utf-8 multiple single-byte characters. The same can be achieved in JavaScript by unescape(encodeURIComponent(str)), but this ...
Encode a JavaScript value to the serialization format. Encodr::decode(data: BLOB): any Decode a JavaScript value from the serialization format. This is a very compact, efficient and IETF-standardized ...