The HTMLHyperlinkElementUtils mixin defines utility methods and
to work with web.dom.HTMLAnchorElement
and web.dom.HTMLAreaElement
.
utilities allow to deal with common features like URLs.
The HTMLHyperlinkElementUtils mixin defines utility methods and to work with `web.dom.HTMLAnchorElement` and `web.dom.HTMLAreaElement`. utilities allow to deal with common features like URLs.
The URL interface is used to parse, construct, normalize, and URLs. It works by providing properties which allow you to easily and modify the components of a URL.
The URL interface is used to parse, construct, normalize, and URLs. It works by providing properties which allow you to easily and modify the components of a URL.
The URLSearchParams interface defines utility methods to work the query string of a URL.
The URLSearchParams interface defines utility methods to work the query string of a URL.
The obsolete URLUtilsReadOnly interface previously defined utility
for working with URLs. These were then inherited by other interfaces,
as web.workers.WorkerLocation
.
The obsolete URLUtilsReadOnly interface previously defined utility for working with URLs. These were then inherited by other interfaces, as `web.workers.WorkerLocation`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close