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

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

package js.uri

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy