172
edits
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
DOMRequest removeOld(DOMTimestamp to,optional DOMString contactId) | DOMRequest removeOld(DOMTimestamp to,optional DOMString contactId) | ||
DOMRequest getLast(LogOptions options); | DOMRequest getLast(LogOptions options); | ||
DOMRequest find(LogFindOptions options); | |||
attribute Function onentryadded; | attribute Function onentryadded; | ||
}; | }; | ||
Line 18: | Line 16: | ||
attribute unsigned long maxRecords; | attribute unsigned long maxRecords; | ||
attribute DOMString contactId; | attribute DOMString contactId; | ||
}; | |||
dictionary LogFindOptions : LogOptions { | |||
attribute Date from; | |||
attribute Date to; | |||
attribute DOMString service; | |||
}; | }; | ||
edits