Level / abstract-leveldown

An abstract prototype matching the leveldown API.
MIT License
146 stars 53 forks source link

Expose browser-compatible nextTick for dependents #363

Closed vweevers closed 4 years ago

vweevers commented 4 years ago

Follow-up for #362, /cc @hugomrdias. This way we don't have to do the next-tick.js shimming in level-js and memdown anymore, they can call this._nextTick(..).