WorkerLocation: host プロパティ
host
は WorkerLocation
オブジェクトのプロパティで、ワーカーの位置のホスト部分 (host
) を返します。
値
文字列です。
例
js
// http://localhost:8080/ のページにあるウェブワーカーにて
const result = location.host; // 'localhost:8080' を返す
仕様書
Specification |
---|
HTML Standard # dom-workerlocation-host |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- 所属先の
WorkerLocation