js-unescape. Decoding similar to unescape function in JavaScript[3.3.0]
^string:js-unescape[escaped]
Note: this is method, not a constructor!
Unescapes a string. This method does the transformation similar to unescape function described in ECMA-262.
Using this method you can decode strings which were escaped in browser by JavaScript function escape.