Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 520 Bytes

adapter-localstorage

This is a monkey-patch to prevent the caching of database-keys which destroys multi-window-support.

The monkey-patch is located here

Use via:

npm i rxdb-adapter-localstorage --save

  RxDB.plugin(require('rxdb-adapter-localstorage'));

TODO

  • This plugin is obsolete after this pull-request
  • optimize performance by only refreshing keys when socket has something new