A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/ja/docs/Web/API/HTMLAreaElement/origin below:

HTMLAreaElement: origin プãƒãƒ‘ティ - Web API

HTMLAreaElement: origin プロパティ

Baseline Widely available

origin は HTMLAreaElement インターフェイスの読み取り専用プロパティで、 <area> 要素の href のオリジンを Unicode シリアライズしたものが入った文字列を返します。

正確な構造は、URL の種類によって異なります。

それ以外のすべてのケースでは、文字列 "null" が返されます。

詳しくは URL.origin を参照してください。

値

文字列です。

例
// <area id="myArea" href="https://developer.mozilla.org/ja/HTMLAreaElement"> 要素が文書にあったとします
const area = document.getElementById("myArea");
area.origin; // 'https://developer.mozilla.org' を返す
仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4