WorkerLocation: host-Eigenschaft
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
Hinweis: Diese Funktion ist nur in Web Workers verfügbar.
Die host
-Eigenschaft eines WorkerLocation
-Objekts gibt den host
-Teil des Standorts des Workers zurück.
Wert
Ein String.
Beispiele
js
// In a Web worker, on the page http://localhost:8080/
const result = location.host; // Returns 'localhost:8080'
Spezifikationen
Specification |
---|
HTML # dom-workerlocation-host |
Browser-Kompatibilität
Siehe auch
- Die
WorkerLocation
-Schnittstelle, zu der sie gehört.