Closed
Bug 934370
Opened 11 years ago
Closed 7 years ago
[Filesystem API] Implement openRead method for device storage.
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: xyuan, Assigned: xyuan)
References
(Blocks 1 open bug)
Details
(Whiteboard: [DeviceStorageFS])
To be implemented:
interface Directory {
...
Promise<FileHandle> openRead((DOMString or File) path);
...
}
Assignee | ||
Updated•11 years ago
|
Summary: Bug 934368 - [Filesystem API] Implement openRead method for device storage. → [Filesystem API] Implement openRead method for device storage.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → xyuan
Status: NEW → ASSIGNED
Updated•9 years ago
|
Whiteboard: [DeviceStorageFS]
Comment 1•7 years ago
|
||
Cleaning up Device Interfaces component, and mass-marking old FxOS bugs as incomplete.
If any of these bugs are still valid, please let me know.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•