Implement document.cookies.

This commit is contained in:
Josh Matthews 2015-02-01 19:39:34 +01:00
parent 824709f178
commit d2444dd370
3 changed files with 37 additions and 4 deletions

View file

@ -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]