Package-level declarations

Types

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

The URL interface represents an object providing static methods used for creating object URLs.

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