| [ Web Proxy ] |
| Viewing: https://developer.mozilla.org/ja/docs/Web/API/HTMLAreaElement/toString | [Back] [Original] |
Get to know MDN better
toString()
URL
// <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 |