Deprecate mozCreateFileHandle() in favor of createMutableFile()
Categories
(Core :: Storage: IndexedDB, task, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: janv, Assigned: baku)
References
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(1 file)
Reporter | ||
Comment 1•11 years ago
|
||
Updated•7 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Posted site compatibility note.
Comment 5•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
This should block bug 775235
Comment 7•5 years ago
|
||
I've added a note to the Fx 74 rel notes about this:
https://wiki.developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/74#APIs
We don't document any of these, and for the moment I'm going to leave off adding a page for createMutableFile(), as I think a lot mroe work is need here than just adding a quick page (we have a lot of out of date stuff hanging about, and missing details, and it will require a separate effort).
Reporter | ||
Comment 8•5 years ago
|
||
Thank you for the rel notes updates. There's one small detail which might need to be addressed:
"The non-standard IDBDatabase.mozCreateFileHandle() method has been removed, in favor of the standard IDBDatabase.createMutableFile() method (bug 1024312)."
IDBDatabase.createMutableFile() is non-standard as well, so I suggest to remove "standard" from the sentence:
"The non-standard IDBDatabase.mozCreateFileHandle() method has been removed, in favor of the IDBDatabase.createMutableFile() method (bug 1024312).
or
"The non-standard IDBDatabase.mozCreateFileHandle() method has been removed, in favor of the non-standard IDBDatabase.createMutableFile() method (bug 1024312).
Updated•5 years ago
|
Comment 9•5 years ago
|
||
IDBDatabase.createMutableFile() is non-standard as well, so I suggest to remove "standard" from the sentence
Ah, I did wonder, given that I couldn't find it in a spec anywhere and information seems very thin on the ground. Updated, thanks!
Description
•