[go: up one dir, main page]

Function js_sys::decode_uri_component[][src]

pub fn decode_uri_component(encoded: &str) -> Result<JsString, JsValue>
Expand description

The decodeURIComponent() function decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine.

MDN documentation