mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement document.cookies.
This commit is contained in:
parent
824709f178
commit
d2444dd370
3 changed files with 37 additions and 4 deletions
|
@ -65,6 +65,8 @@ partial interface Document {
|
|||
readonly attribute DocumentReadyState readyState;
|
||||
readonly attribute DOMString lastModified;
|
||||
readonly attribute Location location;
|
||||
[Throws]
|
||||
attribute DOMString cookie;
|
||||
|
||||
// DOM tree accessors
|
||||
[SetterThrows]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue