pub fn escape(string: &str) -> JsString
The escape() function computes a new string in which certain characters have been replaced by a hexadecimal escape sequence.
escape()
MDN documentation