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