Package-level declarations

Types

Link copied to clipboard
open class URL(url: String, base: String = definedExternally)

The URL interface is used to parse, construct, normalize, and encode URL.

Link copied to clipboard
open class URLPattern(input: String = definedExternally, options: URLPatternOptions = definedExternally)

The URLPattern API provides a web platform primitive for matching URLs based on a convenient pattern syntax.

Link copied to clipboard
Link copied to clipboard
interface URLPatternInit
Link copied to clipboard

Options for the {@linkcode URLPattern} constructor.

Link copied to clipboard

URLPatternResult is the object returned from URLPattern.exec.

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.