Function js::front::stdlib::uri::decode_uri_component[src]

pub fn decode_uri_component(args: Vec<Value>, _: Value, _: Value, _: Value) -> ResultValue

Decode a URI component Rust uses RFC 3986, but standard Javascript doesn't, this will need a fix