Table.hook('reading')
Syntax
db.[tableName].hook('reading', function (obj) {
// You may return another object or modify existing object.
});Parameters
Return Value
To Unsubscribe
db.[tableName].hook('reading').unsubscribe(yourListenerFunction)