mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
Implement document.cookies.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user