172
edits
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
DOMRequest remove(DOMString entryId); | DOMRequest remove(DOMString entryId); | ||
DOMRequest removeOld(DOMTimestamp to,optional DOMString contactId) | DOMRequest removeOld(DOMTimestamp to,optional DOMString contactId) | ||
DOMRequest getLast(unsigned long number,); | DOMRequest getLast(unsigned long number,LogOptions options); | ||
attribute maxEntriesPerDay; | attribute maxEntriesPerDay; | ||
| Line 23: | Line 23: | ||
attribute DOMString title; | attribute DOMString title; | ||
attribute DOMString description; | attribute DOMString description; | ||
attribute Object data; | |||
}; | }; | ||
edits