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

HTMLAreaElement: protocol - Web API | MDN

MDN Web Docs

View in English Always switch to English

HTMLAreaElement: protocol

Baseline

20157

protocol HTMLAreaElement <area> href ":"

URL ":" URL

URL.protocol

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

HTML
# dom-hyperlink-protocol-dev


Web Proxy Viewer  |  New URL  |  Original Page