url

abstract val url: String

Request: URL.

Indicates the request URL, to the best of operating runtime knowledge. In all instances, an absolute string URL is expected as the return result.

From MDN: "The url read-only property of the Request interface contains the URL of the request."

See also: MDN, Request.url.