172
edits
(→WebIDL) |
(→WebIDL) |
||
Line 19: | Line 19: | ||
DOMRequest clear(LogClearOptions coptions); | DOMRequest clear(LogClearOptions coptions); | ||
// Entries are always returned ordered by timestamp | // Entries are always returned ordered by timestamp | ||
DOMRequest find(LogFindOptions options,IteratorOptions iopts); | DOMRequest find(optional LogFindOptions options,optional IteratorOptions iopts); | ||
attribute Function onentryadded; | attribute Function onentryadded; |
edits