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