All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.uri.decodeURI.kt Maven / Gradle / Ivy

package js.uri

/**
 * Gets the unencoded version of an encoded Uniform Resource Identifier (URI).
 * @param encodedURI A value representing an encoded URI.
 */
external fun decodeURI(
    encodedURI: String,
): String




© 2015 - 2025 Weber Informatics LLC | Privacy Policy