HTMLHyperlinkElementUtils.hostname

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

Свойство HTMLHyperlinkElementUtils.hostname – это USVString, содержащий домен.

Синтаксис

string = object.hostname;
object.hostname = string;

Примеры

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

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

Specification
HTML Standard
# dom-hyperlink-hostname-dev

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

BCD tables only load in the browser

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