WebAPI/LogAPI: Difference between revisions

Jump to navigation Jump to search
Line 44: Line 44:


dictionary LogClearOptions {
dictionary LogClearOptions {
   Date? deadline;  // To clear all the entries older than the date passed as parameter
   Date deadline;  // To clear all the entries older than the date passed as parameter
   DOMString? contactId;  // To clear all the entries corresponding to a contact
   DOMString? contactId;  // To clear all the entries corresponding to a contact
   DOMString? tel;
   DOMString? tel;
172

edits

Navigation menu