URL
Description
A uniform resource locator conforming to RFC 3986.
Constructor
new URL(url, base?)
Creates an instance of URL.
Properties
authUsername and password.
Fragment identifier.
Host and port.
Host without the port.
Full URL.
Origin (host and protocol).
Password.
Path with query string.
Path without the query string.
Port number.
Protocol.
Query string.
Query string with the leading question mark.
Key-value pairs in the query string.
Username.