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
At the moment deferred-leveldown looks to see if the underlying store has .approximateSize() and if so, adds a function so it can be deferred. This is only a temporary solution and we would need something more generic that can defer any method.
At the moment
deferred-leveldown
looks to see if the underlying store has.approximateSize()
and if so, adds a function so it can be deferred. This is only a temporary solution and we would need something more generic that can defer any method.see
deferred-leveldown/deferred-leveldown.js
Lines 51 to 55 in 5b53018
and
deferred-leveldown/deferred-leveldown.js
Lines 64 to 71 in 5b53018
The text was updated successfully, but these errors were encountered: