I had a warning message in Chrome, this one notice that Object.observe
method is deprecated and will be removed in Chrome 50 around April 2016.
Have you an alternative solution to replace Object.observe
?
Thanks
I had a warning message in Chrome, this one notice that Object.observe
method is deprecated and will be removed in Chrome 50 around April 2016.
Have you an alternative solution to replace Object.observe
?
Thanks
So it was depricated and will be removed because of some problem with perfomance. Please see this link http://www.infoq.com/news/2015/11/object-observe-withdrawn
I think you should look into RxJS library and it's Observable
https://github.com/Reactive-Extensions/RxJS/