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

location: protocol - Web API | MDN

MDN Web Docs

View in English Always switch to English

location: protocol

Baseline

20157

protocol Location URL ':'

js
//  <a id="myAnchor" href="/ja/docs/Location.search?q=123"> 
const anchor = document.getElementById("myAnchor");
const result = anchor.protocol; // Returns:'https:'

HTML
# dom-location-protocol-dev


Web Proxy Viewer  |  New URL  |  Original Page