hash
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets a string that contains a harsh mark (#) followed by the fragment identifier of a URL.
- |
-
-host
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the host information in a URL.
- |
-
-hostname
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the hostname (without the port) in a URL.
- |
-
-href
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets a string that contains the whole URL.
- |
-
-origin
- |
-string
- |
-Yes
- |
-No
- |
-Gets a read-only string that contains the Unicode serialization of the origin of the represented URL.
- |
-
-password
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the password in a URL.
- |
-
-pathname
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the path in a URL.
- |
-
-port
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the port in a URL.
- |
-
-protocol
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the protocol in a URL.
- |
-
-search
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the serialized query string in a URL.
- |
-
-searchParams
- |
-URLsearchParams
- |
-Yes
- |
-No
- |
-Gets a URLSearchParams object allowing access to the query parameters in a URL.
- |
-
-username
- |
-string
- |
-Yes
- |
-Yes
- |
-Gets and sets the username in a URL.
- |
-
-
-