WorkerLocation: protocol 屬性

Baseline 已廣泛支援

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

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

WorkerLocation 物件的 protocol 屬性返回工作執行緒位置的 protocol 部分。

字串。

示例

js
// In a Web worker, on the page https://mdn.club.tw/en-US/docs/Web
const result = location.protocol; // Returns 'https:'

規範

規範
HTML
# dom-workerlocation-protocol

瀏覽器相容性

另見