Package-level declarations
Types
Link copied to clipboard
open class URLPattern(input: String, baseURL: String, options: URLPatternOptions = definedExternally)
The URLPattern
interface of the URL Pattern API matches URLs or parts of URLs against a pattern.
Link copied to clipboard
interface URLPatternComponentResult
Link copied to clipboard
interface URLPatternInit
Link copied to clipboard
interface URLPatternOptions
Link copied to clipboard
interface URLPatternResult
Link copied to clipboard
open class URLSearchParams(init: ReadonlyArray<Tuple2<JsString, JsString>> = definedExternally) : ReadonlyMap<JsString, JsString>
The URLSearchParams
interface defines utility methods to work with the query string of a URL.