WorkerLocation: toString() メソッド

toString()WorkerLocation オブジェクトの文字列化メソッドで、このワーカーの位置のシリアライズされた URL の入った文字列を返します。これは WorkerLocation.href と同等のものです。

構文

js
toString()

引数

なし。

返値

なし (undefined)。

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

ブラウザーの互換性

BCD tables only load in the browser

関連情報