implement manifest functionality
ralphtheninja opened this issue · 0 comments
ralphtheninja commented
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