WorkerLocation: href プロパティ

hrefWorkerLocation オブジェクトのプロパティで、ワーカーの位置のシリアライズされた URL の入った文字列を返します。

文字列です。

js
// https://developer.mozilla.org/ja/docs/Web のページにあるウェブワーカーにて
const result = location.href; // 'https://developer.mozilla.org/ja/docs/Web' を返す

仕様書

Specification
HTML Standard
# dom-workerlocation-href

ブラウザーの互換性

BCD tables only load in the browser

関連情報