Open medikoo opened 8 years ago
/cc @mtuchowski @kamsi
It's also related to https://github.com/medikoo/dbjs/issues/53
Currently using valueOf with dbjs object is supported naturally by language, but it's not recognized by dbjs internals, e.g. observables
valueOf
When primitive representation of observed object is changed, it'll be good that its observers are notified about it.
/cc @mtuchowski @kamsi
It's also related to https://github.com/medikoo/dbjs/issues/53
Currently using
valueOf
with dbjs object is supported naturally by language, but it's not recognized by dbjs internals, e.g. observablesWhen primitive representation of observed object is changed, it'll be good that its observers are notified about it.