WorkerLocation.hash
The hash
property of a WorkerLocation
object returns the hash
part of the worker's location.
Syntax
string = location.hash;
Examples
// In a Web worker, on the page https://developer.mozilla.org/en-US/docs/Web/API/WorkerLocation/hash#examples
var result = location.hash; // Returns '#examples'
Specifications
Specification |
---|
HTML Standard # dom-workerlocation-hash |
Browser compatibility
BCD tables only load in the browser
See also
- The
WorkerLocation
interface it belongs to.