idb.filesystem.js
idb.filesystem.js copied to clipboard
Prefix entries by type
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)