js-escape. Encoding similar to escape function in JavaScript[3.3.0]
^string.js-escape[]
Escapes a string. This method do the transformation similar to escape function described in ECMA-262.
Strings, which were escaped using this method, can be unescaped in browser with JavaScript function unescape.