WebAPI/ProposedDeviceStorageAPIWithNotifications: Difference between revisions

No edit summary
Line 56: Line 56:


An example callback:
An example callback:
store.addFileWatcher(function(DeviceStorage store, DOMString name, DOMString type){
 
store.addFileWatcher(function(DeviceStorage store, DOMString name, DOMString type){
     do_something(store,name,type);
     do_something(store,name,type);
};
};
22

edits