URLUtilsReadOnly.href
Experimental
This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The URLUtilsReadOnly
.href
read-only property is a stringifier that returns a DOMString
containing
the whole URL.
Syntax
string = object.href;
Examples
// In a Web worker, on the page https://developer.mozilla.org/en-US/URLUtilsReadOnly.href
var result = window.self.href; // Returns:'https://developer.mozilla.org/en-US/URLUtilsReadOnly.href'
Specifications
Specification | Status | Comment |
---|---|---|
URL The definition of 'URLUtilsReadOnly.href' in that specification. |
Living Standard | Initial definition. |
Browser compatibility
BCD tables only load in the browser
See also
- The
URLUtilsReadOnly
interface it belongs to.