WorkerLocation: port-Eigenschaft

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

Die port-Eigenschaft eines WorkerLocation Objekts gibt den port 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.port; // Returns '8080'

Spezifikationen

Specification
HTML Standard
# dom-workerlocation-port

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch