Package org.w3c.dom.url

Kotlin JavaScript wrappers for the DOM URL API.

Types

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

Exposes the JavaScript URL to Kotlin

URLSearchParams
Link copied to clipboard
open external class URLSearchParams(init: dynamic)

Exposes the JavaScript URLSearchParams to Kotlin