WorkerLocation:host 屬性

Baseline 已廣泛支援

此特性已相當成熟,可在許多裝置和瀏覽器版本上使用。自 ⁨2015 年 7 月⁩以來,各瀏覽器均已提供此特性。

注意:此功能僅在 Web Workers 中可用。

host 屬性是 WorkerLocation 物件的一個屬性,它返回 worker 位置的 host 部分。

字串。

示例

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

規範

規範
HTML
# dom-workerlocation-host

瀏覽器相容性

另見