WebAPI/ProposedDeviceStorageAPIWithNotifications: Difference between revisions

Jump to navigation Jump to search
Line 54: Line 54:
  };
  };
   
   
  interface DeviceStorageWatch : DOMRequest {
  interface DeviceStorageWatch{
   // this function is called whenever the file(s) addressed by the request are created, modified, or deleted
   // this function is called whenever the file(s) addressed by the request are created, modified, or deleted
   void onChange(DOMString name, UpdateType type);
   void onChange(DOMString name, UpdateType type);
22

edits

Navigation menu