WebAPI/ProposedDeviceStorageAPIWithNotifications: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 58: Line 58:
   void continue();
   void continue();
  };
  };
 
interface DeviceStorageChangeEvent : Event{
interface DeviceStorageChangeEvent : Event{
   //.type is "devicestoragechange"
   //.type is "devicestoragechange"
   //.target is the DeviceStorage object that caused this
   //.target is the DeviceStorage object that caused this
   DOMString change; //one of "created","modified", or "deleted"
   DOMString change; //one of "created","modified", or "deleted"
   DOMString path; //absolute path to the file that updated
   DOMString path; //absolute path to the file that updated
}
}
22

edits

Navigation menu