Closed Bug 934373 Opened 11 years ago Closed 7 years ago

[Filesystem API] Implement file enumerating methods for device storage.

Categories

(Core :: DOM: Device Interfaces, defect)

defect
Not set
normal

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: xyuan, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [DeviceStorageFS])

To be implemented:

interface Directory {
  ...
  EventStream<(File or Directory)> enumerate(optional DOMString path);
  EventStream<File> enumerateDeep(optional DOMString path);
  ...
}
Blocks: 910387
Whiteboard: [DeviceStorageFS]
FxOS/Gonk has been removed from the codebase. Mass-invalidating FxOS related Device Interface bugs to clean up the component. 

If I incorrectly invalidated something, please let me know.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Bulk correction of resolution of B2G bugs to INCOMPLETE.
Resolution: INVALID → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.