Implement document.domain getter

This commit is contained in:
Tom Schuster 2015-07-30 00:36:29 +02:00 committed by Josh Matthews
parent e3eee5a41b
commit 0e0e051f3f
7 changed files with 50 additions and 10 deletions

View file

@ -81,7 +81,7 @@ partial /*sealed*/ interface Document {
// resource metadata management
// [PutForwards=href, Unforgeable]
readonly attribute Location/*?*/ location;
// attribute DOMString domain;
readonly attribute DOMString domain;
// readonly attribute DOMString referrer;
[Throws]
attribute DOMString cookie;