You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the Isomorphic-git fork of idb-keyval and I want to replace it with the original. But there is a lack of one function close() that is implemented like this:
I'm working on the Isomorphic-git fork of idb-keyval and I want to replace it with the original. But there is a lack of one function
close()
that is implemented like this:The fork is pretty outdated in comparison to your library, the only meaningful change besides the
close()
method isreadonly
=>readwrite
.Can you implement somehow this function using a custom store?
The text was updated successfully, but these errors were encountered: