pub fn decode_uri_component(encoded: &str) -> Result<JsString, JsValue> ⓘ
Available on crate feature
dep_js_sys
only.Expand description
The decodeURIComponent()
function decodes a Uniform Resource Identifier (URI) component
previously created by encodeURIComponent
or by a similar routine.