HTMLHyperlinkElementUtils.protocol

Свойство HTMLHyperlinkElementUtils.protocol – это USVString (en-US), содержащий протокол URL включая ':' в конце.

Синтаксис

string = object.protocol;
object.protocol = string;

Примеры

js
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/en-US/HTMLHyperlinkElementUtils.protocol">
var anchor = document.getElementByID("myAnchor");
var result = anchor.protocol; // Вернёт: 'https:'

Спецификации

Specification
HTML Standard
# dom-hyperlink-protocol-dev

Совместимость с браузерами

BCD tables only load in the browser

Смотрите также