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
Also change this part of the batch() docs, no longer true:
Any entries where the type is 'put' that have a 'value' of undefined, null, [], '' or Buffer.alloc(0) will be stored as a zero-length character array and therefore be fetched during reads as either '' or Buffer.alloc(0) depending on how they are requested.
We can copy some stuff from abstract-leveldown#chainedbatch.
In addition, make sure the
sync
option is documented in the right place (for both array batch and chained batch). See https://github.com/Level/leveldown/pull/540/files#r240022189.The text was updated successfully, but these errors were encountered: