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