WorkerLocation: hash-Eigenschaft
Hinweis: Dieses Feature ist nur verfügbar in Web Workers.
Die hash
-Eigenschaft eines WorkerLocation
Objekts gibt den hash
-Teil des Standorts des Workers zurück.
Wert
Ein String.
Beispiele
js
// In a Web worker, on the page https://developer.mozilla.org/en-US/docs/Web/API/WorkerLocation/hash#examples
const result = location.hash; // Returns '#examples'
Spezifikationen
Specification |
---|
HTML Standard # dom-workerlocation-hash |
Browser-Kompatibilität
BCD tables only load in the browser
Siehe auch
- Das
WorkerLocation
Interface, zu dem es gehört.