mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Implement document.domain getter
This commit is contained in:
parent
e3eee5a41b
commit
0e0e051f3f
7 changed files with 50 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue