172
edits
(→WebIDL) |
(→WebIDL) |
||
Line 34: | Line 34: | ||
DOMRequest clear(LogClearOptions coptions); // To clear the log for maintenance purposes | DOMRequest clear(LogClearOptions coptions); // To clear the log for maintenance purposes | ||
// Entries are always returned ordered by timestamp (desc) | // Entries are always returned ordered by timestamp (desc) | ||
DOMRequest find(optional | DOMRequest find(optional LogFindFilter filter,optional IteratorOptions iopts); | ||
attribute Function? onentryadded; // To listen for log changes | attribute Function? onentryadded; // To listen for log changes |
edits