[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLAreaElement/toString [Back]  [Original]

HTMLAreaElement: toString() - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLAreaElement: toString()

Baseline

20173

HTMLAreaElement.toString() URL HTMLAreaElement.href

js
toString()

URL

toString

js
// <area id="myArea" href="/ja/docs/HTMLAreaElement"> 
const area = document.getElementById("myArea");
area.toString(); // 'https://developer.mozilla.org/ja/docs/HTMLAreaElement' 

HTML
# dom-hyperlink-href-dev


Web Proxy Viewer  |  New URL  |  Original Page