idb.filesystem.js icon indicating copy to clipboard operation
idb.filesystem.js copied to clipboard

Prefix entries by type

Open ebidel opened this issue 13 years ago • 0 comments

Right now, entries are filtered out in-memory. Instead, it would be better to use key ranges to get the correct results. This will require storing things differently.

One idea is to prefix entries by type, e.g. "/Dwow/Dneat/Ftest.html" (D=dir, F=file)

ebidel avatar Apr 16 '12 23:04 ebidel