Confirmed users
58
edits
(→API) |
(→API) |
||
| Line 4: | Line 4: | ||
{ | { | ||
IDBRequest mozCreateFileHandle(DOMString name, optional DOMString type); | IDBRequest mozCreateFileHandle(DOMString name, optional DOMString type); | ||
}; | |||
interface IDBFileHandle | |||
{ | |||
readonly attribute IDBDatabase database; | |||
}; | }; | ||
| Line 17: | Line 22: | ||
}; | }; | ||
interface | interface LockedFile | ||
{ | { | ||
}; | }; | ||
| Line 27: | Line 31: | ||
attribute Function? onprogress; | attribute Function? onprogress; | ||
}; | }; | ||