WorkerLocation: port プロパティ

portWorkerLocation オブジェクトのプロパティで、このワーカーの位置のポート番号 (port) 部分を返します。

文字列です。

js
// http://localhost:8080/ のページにあるウェブワーカーにて
const result = location.port; // '8080' を返す

仕様書

Specification
HTML Standard
# dom-workerlocation-port

ブラウザーの互換性

BCD tables only load in the browser

関連情報