WorkerLocation: origin プロパティ
origin
は WorkerLocation
オブジェクトのプロパティで、このワーカーのオリジン (origin
) を返します。
値
文字列です。
例
js
// On this page, returns the origin
const result = self.location.origin; // 'https://developer.mozilla.org:443' を返す
仕様書
Specification |
---|
HTML Standard # dom-workerlocation-origin |
ブラウザーの互換性
BCD tables only load in the browser
関連情報
- 所属先の
WorkerLocation