Search completed in 1.18 seconds.
2 results for "createMutableFile":
IDBDatabase - Web APIs
WebAPIIDBDatabase
idbdatabase.createmutablefile() creates a file handle, allowing files to be stored inside an indexeddb database.
IDBMutableFile - Web APIs
WebAPIIDBMutableFile
note: this interface used to be called filehandle , but it was changed to this (bug 1006485.) as idbmutablefile objects are bound to a fake file system built on top of indexeddb, such an object is created using the idbdatabase.createmutablefile method.