Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Document.origin

This is an experimental technology
Because this technology's specification has not stabilized, check the compatibility table for the proper prefixes to use in various browsers. Also note that the syntax and behavior of an experimental technology is subject to change in future versions of browsers as the spec changes.

 

Document.origin — это свойство, доступное только для чтения, которое возвращает origin документа. В большинстве случаев это свойство эквивалентно  document.defaultView.location.origin.

Примеры

var origin = document.origin; 
// На этой странице вернёт:'https://developer.mozilla.org'

var origin = document.origin; 
// Для "about:blank" вернёт:'null'

var origin = document.origin; 
// Для "data:text/html,<b>foo</b>" вернёт:'null'

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

Спецификация Статус Комментарий
DOM
Определение 'Document.origin' в этой спецификации.
Живой стандарт Начальное определение (выставляется во время инициализации DOM).
WHATWG HTML Living Standard
Определение 'origin for Document objects' в этой спецификации.
Живой стандарт Начальное определение (выставляется во время инициализации DOM).

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

Особенность Chrome Firefox (Gecko) Internet Explorer Opera Safari
Базовая поддержка 41 Нет ошибка 931884 Нет Нет Нет
Особенность Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Базовая поддержка Нет Нет Нет Нет Нет Нет

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

Метки документа и участники

 Внесли вклад в эту страницу: vyushin
 Обновлялась последний раз: vyushin,