22
edits
(→API) |
(→API) |
||
Line 54: | Line 54: | ||
}; | }; | ||
interface DeviceStorageWatch | 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); |
edits