WorkerLocation: hostname-Eigenschaft

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

Die hostname-Eigenschaft eines WorkerLocation-Objekts gibt den hostname-Teil des Standorts des Workers zurück.

Wert

Ein Zeichenfolge.

Beispiele

js
// In a Web worker, on the page http://localhost:8080/
const result = location.hostname; // Returns 'localhost'

Spezifikationen

Specification
HTML Standard
# dom-workerlocation-hostname

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch