A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/ru/docs/Web/API/HTMLAnchorElement/hostname below:

HTMLHyperlinkElementUtils.hostname - Интерфейсы веб API

HTMLHyperlinkElementUtils.hostname

Baseline Widely available

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

Синтаксис
string = object.hostname;
object.hostname = string;
Примеры
// Допустим, что документ содержит элемент <a id="myAnchor" href="https://developer.mozilla.org/ru/docs/HTMLHyperlinkElementUtils.hostname">
var anchor = document.getElementByID("myAnchor");
var result = anchor.hostname; // Вернёт: 'developer.mozilla.org'
Спецификации Совместимость с браузерами Смотрите также

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4