-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hoodie.account.on('change', cb) passes change, not object #6
Comments
Is there any other reason we might want the change object? I guess we don't On 22 July 2013 20:18, Gregor Martynus [email protected] wrote:
|
I think it's more clear if we pass the object only. It's a CouchDB internal. I'd treat the worker API similar to the frontend API meaning that we hide away internals as much as possible |
so, can we make it that the actual object gets passed, not the change? |
+1 |
When a
change
event gets triggered, the passed object to the callback is the change object, looking like this:But I think it should be the object only.
The text was updated successfully, but these errors were encountered: