dominictarr / level-live-stream

MIT License
80 stars 11 forks source link

Documentation doesn't mention about argument value of .on('data', cb) callback #17

Open dey-dey opened 10 years ago

dey-dey commented 10 years ago

i'm currently seeing something to the effect of:

{ 
  key: '[some-key]',
  prefix: [ '[sublevel-name]', 'ttl' ] 
}

it would be nice to know what that means or what operation / hook this event is related to?

dominictarr commented 10 years ago

this looks like it's a delete, but seems to be missing the type field - what versions of level-sublevel and levelup are you using?

dey-dey commented 10 years ago

was using 6.3.1 (level-sublevel@latest), see comment here for more info