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

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

package js.uri

import js.errors.ErrorOptions
import js.errors.JsError

external class URIError(
    message: String? = definedExternally,
    options: ErrorOptions? = definedExternally,
) : JsError




© 2015 - 2025 Weber Informatics LLC | Privacy Policy