issues
search
feathersjs-ecosystem
/
feathers-localstorage
A client side service based on feathers-memory that persists to LocalStorage
MIT License
38
stars
15
forks
source link
Bug fix
#2
Closed
ekryski
closed
8 years ago
ekryski
commented
8 years ago
This PR fixes:
get
and
find
methods were not waiting for store to be ready
create
will not throw a
Conflict
error if id exists anymore. Instead it updates more like a cache and localstorage is expected to work.
This PR fixes:
get
andfind
methods were not waiting for store to be readycreate
will not throw aConflict
error if id exists anymore. Instead it updates more like a cache and localstorage is expected to work.