172
edits
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
attribute maxEntriesPerDay; | attribute maxEntriesPerDay; | ||
attribute maxEntriesPerUser; | attribute maxEntriesPerUser; | ||
} | }; | ||
dictionary LogOptions { | |||
}; | |||
interface LogEntryProperties { | interface LogEntryProperties { | ||
| Line 20: | Line 23: | ||
attribute DOMString title; | attribute DOMString title; | ||
attribute DOMString description; | attribute DOMString description; | ||
} | }; | ||
[Constructor(in LogEntryProperties properties)] | [Constructor(in LogEntryProperties properties)] | ||
| Line 26: | Line 29: | ||
readonly attribute DOMString id; | readonly attribute DOMString id; | ||
readonly attribute Date timestamp; // When this happened | readonly attribute Date timestamp; // When this happened | ||
} | }; | ||
</pre> | </pre> | ||
edits