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