reTHINK-project / dev-service-framework

DEPRECATED! Service framework libs have been moved to dev-runtime-core repo
Apache License 2.0
1 stars 2 forks source link

Syncher: Replace O.o() by Proxy #35

Closed pchainho closed 7 years ago

pchainho commented 8 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.

pchainho commented 8 years ago

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

pchainho commented 7 years ago

Experiment this lib that should support O.o on top of Proxy

pchainho commented 7 years ago

Fixed here.

Missing final test with nodejs that is pending on this

pchainho commented 7 years ago

Working fine with Mutual Authentication disabled