Changes

Jump to: navigation, search

WebAPI/DataStore

266 bytes removed, 23:08, 8 November 2013
Interface
attribute EventHandler onchange;
// Promise<DataStoreChanges>
Promise getChanges(DOMString revisionId);
// Promise<unsigned long>
unsigned long id;
any data;
};
dictionary DataStoreChanges {
DOMString revisionId;
sequence<unsigned long> addedIds;
sequence<unsigned long> updatedIds;
sequence<unsigned long> removedIds;
};
Confirm
53
edits

Navigation menu