WorkerLocation: host-Eigenschaft

Hinweis: Dieses Feature ist nur verfügbar in Web Workers.

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 Standard
# dom-workerlocation-host

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch