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