Closed pchainho closed 7 years ago
Syncher is currently using the Object.observe() function that has been deprecated. O.o should be replaced by a more general Proxy object.
Object.observe()
We should also consider the observable pattern as an option to replace O.o. Observables are used in Angular 2.0 and may be supported in ES7
Experiment this lib that should support O.o on top of Proxy
Fixed here.
Missing final test with nodejs that is pending on this
Working fine with Mutual Authentication disabled
Syncher is currently using the
Object.observe()
function that has been deprecated. O.o should be replaced by a more general Proxy object.