Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 260 Bytes

SuggestionStore

Work-in-progress text index built on top of IndexedDB meant to be used for Auto complete with user-specific data.

See examples.js

TODO

  • Create some documentation.
  • Improve tests to cover the parts that interact with IndexedDB.